fixed company logo attribute data..
This commit is contained in:
parent
51143677c1
commit
4773fb192d
@ -443,7 +443,7 @@ class Company extends Eloquent implements Ownable
|
||||
*/
|
||||
public function getCompanyLogoAttribute()
|
||||
{
|
||||
return $this->getMedia('company_logo')->last();
|
||||
return $this->getMedia('company.logo')->last();
|
||||
}
|
||||
|
||||
public function makeCurrent($force = false)
|
||||
|
Loading…
x
Reference in New Issue
Block a user