There was an error while loading. Please reload this page.
1 parent d36b189 commit ea43bacCopy full SHA for ea43bac
1 file changed
src/DataCollector/GateCollector.php
@@ -20,7 +20,7 @@ class GateCollector extends MessagesCollector implements Resettable
20
{
21
protected array $reflection = [];
22
23
- public function addCheck(mixed $user, string $ability, mixed $result, array $arguments = []): void
+ public function addCheck(mixed $user, string|int $ability, mixed $result, array $arguments = []): void
24
25
$userKey = 'user';
26
$userId = null;
0 commit comments