This commit is contained in:
MJ Isip 2019-11-27 16:22:37 +08:00
parent be54af562e
commit b541b0a2c2

View File

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