Skip to content

Commit 35c7362

Browse files
committed
docs: fix incorrect property value
1 parent 73dc92e commit 35c7362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ When a user is first registered on the site, they are assigned to a default user
5656
`Config\AuthGroups::$defaultGroup`, and must match the name of one of the defined groups.
5757

5858
```php
59-
public $defaultGroup = 'users';
59+
public string $defaultGroup = 'user';
6060
```
6161

6262
## Defining Available Permissions

0 commit comments

Comments
 (0)