Skip to content

Commit f6ffc48

Browse files
committed
there is no middleware for console
1 parent 7b372f7 commit f6ffc48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Handler/Logging.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ private function collectErrorExceptionExtraData(array $collectedExceptionData, R
170170
. '$ ' . \PHP_BINARY . ' ' . $request->getScriptName();
171171

172172
$params = $request->getParams()->toArray();
173-
unset($params['controller'], $params['middleware'], $params['action']);
173+
unset($params['controller'], $params['action']);
174174
$request->getParams()->fromArray($params);
175175
$url .= ' ' . $request->toString();
176176
} else {

0 commit comments

Comments
 (0)