update bug company

This commit is contained in:
2020-07-15 16:26:36 +02:00
parent de07e5f26c
commit 90be4bfea7
@@ -483,6 +483,16 @@ class Company
return $this->description;
}
/**
* Get Logo.
*
* @return string|null
*/
public function getLogo()
{
return $this->logo;
}
/**
* Set logo.
*