Skip to content

Commit

Permalink
docs: fix incorrect property value
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed May 15, 2023
1 parent 73dc92e commit 35c7362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ When a user is first registered on the site, they are assigned to a default user
`Config\AuthGroups::$defaultGroup`, and must match the name of one of the defined groups.

```php
public $defaultGroup = 'users';
public string $defaultGroup = 'user';
```

## Defining Available Permissions
Expand Down

0 comments on commit 35c7362

Please sign in to comment.