Skip to content

Commit fb4f33d

Browse files
authored
Update src/Config/AuthGroups.php
1 parent 4475332 commit fb4f33d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config/AuthGroups.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ class AuthGroups extends BaseConfig
2626
* Whatever value you assign as the key will be used to refer to the group when using functions such as:
2727
* $user->addGroup('superadmin');
2828
*
29-
*
3029
* @var array<string, array<string, string>>
30+
*
3131
* @see https://github.com/codeigniter4/shield/blob/develop/docs/quickstart.md#change-available-groups for more info
3232
*/
3333
public array $groups = [

0 commit comments

Comments
 (0)