We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
{locale}
1 parent f969893 commit eef12aeCopy full SHA for eef12ae
1 file changed
docs/customization/route_config.md
@@ -57,7 +57,7 @@ update the paths for `except`:
57
public $globals = [
58
'before' => [
59
// ...
60
- 'session' => ['except' => ['*/login*', '*/register', '*/auth/a/*', 'logout']],
+ 'session' => ['except' => ['*/login*', '*/register', '*/auth/a/*', '*/logout']],
61
],
62
63
];
0 commit comments