Skip to content

Commit 8581c4f

Browse files
authored
style: fix with Pint
1 parent bfc04ff commit 8581c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/Log/Provider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function register(): void
4040
{
4141
$this->app->register(LogServiceProvider::class);
4242
if (class_exists(ContextLogProcessor::class)) {
43-
$this->app->bind(ContextLogProcessorContract::class, fn () => new ContextLogProcessor());
43+
$this->app->bind(ContextLogProcessorContract::class, fn () => new ContextLogProcessor);
4444
}
4545

4646
/** @var Repository $config */

0 commit comments

Comments
 (0)