Skip to content

Commit 25aaed2

Browse files
cviebrockbarryvdh
authored andcommitted
Change case-name of class (allows composer optimizing) (barryvdh#657)
* Change case-name of class (allows composer optimizing) * rename again :)
1 parent 1a4ecbe commit 25aaed2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/ServiceProvider.php

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

8888
$this->app['debugbar'] = $this->app->share(
8989
function ($app) {
90-
$debugbar = new LaravelDebugBar($app);
90+
$debugbar = new LaravelDebugbar($app);
9191

9292
$sessionManager = $app['session'];
9393
$httpDriver = new SymfonyHttpDriver($sessionManager);

0 commit comments

Comments
 (0)