Skip to content

Commit f849639

Browse files
committed
Typo
1 parent 8859c68 commit f849639

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
@@ -66,7 +66,7 @@ function ($request, $response) use ($app) {
6666
*/
6767
public function register()
6868
{
69-
$this->app['config']->set('debugbar', require __DIR__ .'/../config/config.php'));
69+
$this->app['config']->set('debugbar', require __DIR__ .'/../config/config.php');
7070

7171
$this->app->alias(
7272
'DebugBar\DataFormatter\DataFormatter',

0 commit comments

Comments
 (0)