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 90d4e4e commit 33d7177Copy full SHA for 33d7177
src/Http/Middleware/Request.php
@@ -124,8 +124,6 @@ public function terminate($request, $response)
124
return;
125
}
126
127
- \Log::info('dingo is terminating the route middleware');
128
-
129
// Laravel's route middlewares can be terminated just like application
130
// middleware, so we'll gather all the route middleware here.
131
// On Lumen this will simply be an empty array as it does
0 commit comments