mirror of
https://github.com/flarum/framework.git
synced 2025-05-28 19:06:35 +08:00
Turns out putting a . there breaks Laravel
This commit is contained in:
@ -85,7 +85,7 @@ class CoreServiceProvider extends ServiceProvider
|
||||
$this->app->when('Flarum\Core\Handlers\Commands\UploadAvatarCommandHandler')
|
||||
->needs('League\Flysystem\FilesystemInterface')
|
||||
->give(function(Container $app) {
|
||||
return $app->make('Illuminate\Contracts\Filesystem\Factory')->disk('flarum.avatars')->getDriver();
|
||||
return $app->make('Illuminate\Contracts\Filesystem\Factory')->disk('flarum-avatars')->getDriver();
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user