Skip to content

Commit 17a0081

Browse files
committed
feat: update role.php
1 parent 096efcd commit 17a0081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/php/src/Role.php.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Role
1616
{
1717
return 'users';
1818
}
19-
public static function guest(): string
19+
public static function guests(): string
2020
{
2121
return 'guests';
2222
}

0 commit comments

Comments
 (0)