mirror of
https://github.com/flarum/framework.git
synced 2025-05-25 16:19:57 +08:00
Fix coding standards to conform to PSR-2
This commit is contained in:
@ -78,7 +78,7 @@ class CoreServiceProvider extends ServiceProvider
|
||||
|
||||
$this->app->when('Flarum\Core\Handlers\Commands\UploadAvatarCommandHandler')
|
||||
->needs('League\Flysystem\FilesystemInterface')
|
||||
->give(function(Container $app) {
|
||||
->give(function (Container $app) {
|
||||
return $app->make('Illuminate\Contracts\Filesystem\Factory')->disk('flarum-avatars')->getDriver();
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user