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 98d4efa commit d3a1767Copy full SHA for d3a1767
src/Permissions/Permissions.php
@@ -18,16 +18,6 @@ protected static function acceptedArguments(array $arguments): array
18
return (new Constructor(static::class))->getAcceptedArguments($arguments);
19
}
20
21
- public static function forAdmin(): static
22
- {
23
- return (new static())->wildcard(true);
24
- }
25
-
26
- public static function forNobody(): static
27
28
- return (new static())->wildcard(false);
29
30
31
/**
32
* Creates a new instance from array, boolean or null. This is mainly
33
* useful to translate blueprint options to permission settings.
0 commit comments