File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Illuminate/Support/Facades Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
* @method static \Illuminate\Auth\Access\Gate policy(string $class, string $policy)
14
14
* @method static \Illuminate\Auth\Access\Gate before(callable $callback)
15
15
* @method static \Illuminate\Auth\Access\Gate after(callable $callback)
16
- * @method static bool allows(string $ability , array|mixed $arguments = [])
17
- * @method static bool denies(string $ability , array|mixed $arguments = [])
16
+ * @method static bool allows(iterable| string $abilities , array|mixed $arguments = [])
17
+ * @method static bool denies(iterable| string $abilities , array|mixed $arguments = [])
18
18
* @method static bool check(iterable|string $abilities, array|mixed $arguments = [])
19
19
* @method static bool any(iterable|string $abilities, array|mixed $arguments = [])
20
20
* @method static bool none(iterable|string $abilities, array|mixed $arguments = [])
You can’t perform that action at this time.
0 commit comments