Skip to content

Commit c25ca33

Browse files
committed
docs: fix property notation
1 parent bca62e6 commit c25ca33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ group elsewhere, like checking if `$user->inGroup('superadmin')`. By default, th
5050
### Default User Group
5151

5252
When a user is first registered on the site, they are assigned to a default user group. This group is defined in
53-
`app/config/AuthGroups::defaultGroup`, and must match the name of one of the defined groups.
53+
`Config\AuthGroups::$defaultGroup`, and must match the name of one of the defined groups.
5454

5555
```php
5656
public $defaultGroup = 'users';

0 commit comments

Comments
 (0)