logo
This commit is contained in:
parent
be54af562e
commit
b541b0a2c2
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue