Skip to content

Commit df34847

Browse files
committed
separate login redirect controller
1 parent ee74fed commit df34847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/middleware.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
new Plugin('route\match\host'),
1414
new Plugin('route\match\path'),
1515
new Plugin('route\match\method'),
16+
new Plugin('route\match\authenticate'),
1617
new Plugin('route\match\csrf\token'),
1718
new Plugin('route\match\action'),
1819
new Plugin('route\match\controller'),
1920
new Plugin('route\match\middleware'),
2021
new Plugin('route\match\wildcard'),
21-
new Plugin('route\match\authenticate')
2222
]),
2323
'web' => [
2424
'web\context',

0 commit comments

Comments
 (0)