Skip to content

Commit e90186b

Browse files
committed
docs: edit /register* to register*
1 parent cd6d35c commit e90186b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ If you want to limit all routes (e.g. `localhost:8080/admin`, `localhost:8080/pa
150150

151151
```php
152152
public $filters = [
153-
'session' => ['except' => ['login*', '/register*']],
153+
'session' => ['except' => ['login*', 'register*']],
154154
];
155155
```
156156

0 commit comments

Comments
 (0)