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 52b6bee commit 65b0465Copy full SHA for 65b0465
src/ServiceProvider.php
@@ -42,7 +42,7 @@ public function register()
42
43
$this->app->alias('debugbar', 'Barryvdh\Debugbar\LaravelDebugbar');
44
45
- $this->app['command.debugbar.clear'] = $this->app->share(
+ $this->app->singleton('command.debugbar.clear',
46
function ($app) {
47
return new Console\ClearCommand($app['debugbar']);
48
}
0 commit comments