Skip to content

Commit 26b951b

Browse files
committed
Merge pull request barryvdh#302 from MalikinSergey/patch-1
type typo fix
2 parents b1767bd + 07cd31d commit 26b951b

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)