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 bfc04ff commit 8581c4fCopy full SHA for 8581c4f
src/Components/Log/Provider.php
@@ -40,7 +40,7 @@ public function register(): void
40
{
41
$this->app->register(LogServiceProvider::class);
42
if (class_exists(ContextLogProcessor::class)) {
43
- $this->app->bind(ContextLogProcessorContract::class, fn () => new ContextLogProcessor());
+ $this->app->bind(ContextLogProcessorContract::class, fn () => new ContextLogProcessor);
44
}
45
46
/** @var Repository $config */
0 commit comments