We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25aaed2 commit af79695Copy full SHA for af79695
src/ServiceProvider.php
@@ -84,7 +84,7 @@ public function register()
84
'DebugBar\DataFormatter\DataFormatter',
85
'DebugBar\DataFormatter\DataFormatterInterface'
86
);
87
-
+
88
$this->app['debugbar'] = $this->app->share(
89
function ($app) {
90
$debugbar = new LaravelDebugbar($app);
@@ -117,8 +117,8 @@ function ($app) {
117
}
118
119
/**
120
- * Detect if the Middelware should be used.
121
- *
+ * Detect if the Middleware should be used.
+ *
122
* @return bool
123
*/
124
protected function shouldUseMiddleware()
0 commit comments