We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca62e6 commit c25ca33Copy full SHA for c25ca33
1 file changed
docs/authorization.md
@@ -50,7 +50,7 @@ group elsewhere, like checking if `$user->inGroup('superadmin')`. By default, th
50
### Default User Group
51
52
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.
+`Config\AuthGroups::$defaultGroup`, and must match the name of one of the defined groups.
54
55
```php
56
public $defaultGroup = 'users';
0 commit comments