We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad58cb commit 3716c85Copy full SHA for 3716c85
src/LaravelFilemanagerServiceProvider.php
@@ -44,7 +44,7 @@ public function boot()
44
*/
45
public function register()
46
{
47
- $this->app['laravel-filemanager'] = $this->app->share(function ()
+ $this->app->singleton('laravel-filemanager', function ()
48
49
return true;
50
});
0 commit comments