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