Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit 26c9e23

Browse files
committed
Fix keys filter method
1 parent 87365f2 commit 26c9e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/ggrachdev.debugbar/classes/general/BitrixDebugger/Debugger/FilterDebugger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function last(): self {
6565
return $this;
6666
}
6767

68-
public function keys(array $availableKeys): self {
68+
public function keys(array $availableKeys = []): self {
6969
$this->getFiltrator()->addFilter('keys', [
7070
'keys' => $availableKeys
7171
]);

0 commit comments

Comments
 (0)