Merge pull request #2072 from brkcvn/logo-styling-modules-bugfix
Spin styling, modules bugfix and file upload bugfix
This commit is contained in:
@@ -125,8 +125,8 @@ class Data extends Controller
|
||||
$company->api_key = setting('apps.api_key');
|
||||
$company->financial_start = setting('localisation.financial_start');
|
||||
|
||||
if ($company->company_logo) {
|
||||
$logo = $company->company_logo;
|
||||
if ($company->logo) {
|
||||
$logo = \Plank\Mediable\Media::find($company->logo);
|
||||
|
||||
$logo->path = route('uploads.get', $logo->id);
|
||||
|
||||
|
Reference in New Issue
Block a user