Merge pull request #945 from mj-isip23/master

Company Logo
This commit is contained in:
Denis Duliçi 2019-11-27 12:55:11 +03:00 committed by GitHub
commit ad896393a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ class Logo
return $logo;
}
} else {
$path = asset('public/img/company.png');
$path = asset('public/img/akaunting-logo-green.png');
}
$image = Image::make($path)->encode()->getEncoded();