Skip to content

Commit 07cd31d

Browse files
committed
type fix
1 parent b1767bd commit 07cd31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function register()
2626

2727
$this->app['debugbar'] = $this->app->share(
2828
function ($app) {
29-
$debugbar = new LaravelDebugBar($app);
29+
$debugbar = new LaravelDebugbar($app);
3030

3131
$sessionManager = $app['session'];
3232
$httpDriver = new SymfonyHttpDriver($sessionManager);

0 commit comments

Comments
 (0)