diff --git a/config/filesystems.php b/config/filesystems.php index 525fe79..0482427 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -43,9 +43,9 @@ return [ 'disks' => [ - 'avatars' => [ + 'flarum.avatars' => [ 'driver' => 'local', - 'root' => public_path('avatars') + 'root' => public_path('flarum/avatars') ], ],