1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 07:57:46 +02:00

Rename assets directory

This commit is contained in:
Toby Zerner
2015-04-25 22:34:26 +09:30
parent 31ec6f27ce
commit 8491c4cbf8
3 changed files with 3 additions and 3 deletions

View File

@@ -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;
}
/**