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