Skip to content

Commit

Permalink
Merge pull request barryvdh#302 from MalikinSergey/patch-1
Browse files Browse the repository at this point in the history
type typo fix
  • Loading branch information
barryvdh committed Mar 7, 2015
2 parents b1767bd + 07cd31d commit 26b951b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function register()

$this->app['debugbar'] = $this->app->share(
function ($app) {
$debugbar = new LaravelDebugBar($app);
$debugbar = new LaravelDebugbar($app);

$sessionManager = $app['session'];
$httpDriver = new SymfonyHttpDriver($sessionManager);
Expand Down

0 comments on commit 26b951b

Please sign in to comment.