Skip to content

Commit 0a0fdd2

Browse files
authored
fixes issue #8 (#10)
1 parent 15d14c1 commit 0a0fdd2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/LogHandlers/NonConsole.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ public function isHandling(array $record): bool
2020
return false;
2121
}
2222

23+
public function getProcessors(): array
24+
{
25+
return [];
26+
}
27+
2328
public function handle(array $record): bool
2429
{
2530
return false;

0 commit comments

Comments
 (0)