Skip to content

Commit a20b624

Browse files
authored
GateCollector backtrace need more steps (#1972)
1 parent 8cb8bbf commit a20b624

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/DataCollector/GateCollector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
class GateCollector extends MessagesCollector implements Resettable
2020
{
2121
protected array $reflection = [];
22+
protected int $backtraceLimit = 20;
2223

2324
public function addCheck(mixed $user, string|int $ability, mixed $result, array $arguments = []): void
2425
{

0 commit comments

Comments
 (0)