update bug company
This commit is contained in:
@@ -483,6 +483,16 @@ class Company
|
||||
return $this->description;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get Logo.
|
||||
*
|
||||
* @return string|null
|
||||
*/
|
||||
public function getLogo()
|
||||
{
|
||||
return $this->logo;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set logo.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user