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:
parent
f2603c030d
commit
567b47f793
@ -854,8 +854,7 @@ class Customer extends Model
|
||||
|
||||
public function getPhotoUrl()
|
||||
{
|
||||
// todo
|
||||
return '/img/default-avatar.png';
|
||||
return asset('/img/default-avatar.png');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user