diff --git a/system/config/filesystems.php b/system/config/filesystems.php index d06640d..719a907 100644 --- a/system/config/filesystems.php +++ b/system/config/filesystems.php @@ -45,7 +45,7 @@ return [ 'flarum-avatars' => [ 'driver' => 'local', - 'root' => public_path('flarum/avatars') + 'root' => public_path('assets/avatars') ], ],