1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-24 19:33:07 +01:00

Fix customer avatar path in subdirectory

This commit is contained in:
FreeScout 2019-10-13 23:57:32 -07:00
parent f2603c030d
commit 567b47f793

View File

@ -854,8 +854,7 @@ class Customer extends Model
public function getPhotoUrl()
{
// todo
return '/img/default-avatar.png';
return asset('/img/default-avatar.png');
}
/**