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 0fcec14 commit 2ead59cCopy full SHA for 2ead59c
src/Listeners/FlushLogContext.php
@@ -16,6 +16,10 @@ public function handle($event): void
16
return;
17
}
18
19
+ if (method_exists($event->sandbox['log'], 'flushSharedContext')) {
20
+ $event->sandbox['log']->flushSharedContext();
21
+ }
22
+
23
if (method_exists($event->sandbox['log']->driver(), 'withoutContext')) {
24
$event->sandbox['log']->withoutContext();
25
0 commit comments