Skip to content

Commit af79695

Browse files
peterojobarryvdh
authored andcommitted
Fixed typo (barryvdh#663)
1 parent 25aaed2 commit af79695

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ServiceProvider.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public function register()
8484
'DebugBar\DataFormatter\DataFormatter',
8585
'DebugBar\DataFormatter\DataFormatterInterface'
8686
);
87-
87+
8888
$this->app['debugbar'] = $this->app->share(
8989
function ($app) {
9090
$debugbar = new LaravelDebugbar($app);
@@ -117,8 +117,8 @@ function ($app) {
117117
}
118118

119119
/**
120-
* Detect if the Middelware should be used.
121-
*
120+
* Detect if the Middleware should be used.
121+
*
122122
* @return bool
123123
*/
124124
protected function shouldUseMiddleware()

0 commit comments

Comments
 (0)