We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a9c06 commit b361587Copy full SHA for b361587
src/Listeners/FlushLogContext.php
@@ -22,5 +22,9 @@ public function handle($event): void
22
if (method_exists($event->sandbox['log']->driver(), 'withoutContext')) {
23
$event->sandbox['log']->withoutContext();
24
}
25
+
26
+ if (method_exists($event->sandbox['log'], 'withoutContext')) {
27
+ $event->sandbox['log']->withoutContext();
28
+ }
29
30
0 commit comments