mirror of
https://github.com/flarum/core.git
synced 2025-08-05 16:07:34 +02:00
Rename assets directory
This commit is contained in:
@@ -235,7 +235,7 @@ class User extends Model
|
||||
*/
|
||||
public function getAvatarUrlAttribute()
|
||||
{
|
||||
return $this->avatar_path ? asset('flarum/avatars/'.$this->avatar_path) : null;
|
||||
return $this->avatar_path ? asset('assets/avatars/'.$this->avatar_path) : null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user