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.
2 parents 3ecd5ce + 3836124 commit 89d1598Copy full SHA for 89d1598
src/Application.php
@@ -1071,7 +1071,7 @@ protected function mergeMiddlewareGroup($action)
1071
{
1072
if (isset($this->groupAttributes['middleware'])) {
1073
if (isset($action['middleware'])) {
1074
- $action['middleware'] .= '|'.$this->groupAttributes['middleware'];
+ $action['middleware'] = $this->groupAttributes['middleware'].'|'.$action['middleware'];
1075
} else {
1076
$action['middleware'] = $this->groupAttributes['middleware'];
1077
}
0 commit comments