Skip to content

Commit

Permalink
type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MalikinSergey committed Mar 7, 2015
1 parent b1767bd commit 07cd31d
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 07cd31d

Please sign in to comment.