We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d32a6 commit 10660b6Copy full SHA for 10660b6
src/Filters/GroupFilter.php
@@ -9,6 +9,8 @@
9
*/
10
class GroupFilter extends AbstractAuthFilter
11
{
12
+ protected string $filterName = 'group';
13
+
14
/**
15
* Ensures the user is logged in and a member of one or
16
* more groups as specified in the filter.
src/Filters/PermissionFilter.php
class PermissionFilter extends AbstractAuthFilter
+ protected string $filterName = 'permission';
* Ensures the user is logged in and has one or more
* of the permissions as specified in the filter.
0 commit comments