Skip to content

Commit 54bd87e

Browse files
mbardelmeijergithub-actions[bot]
authored andcommitted
Fix styling
1 parent 67b3970 commit 54bd87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LivewireTwigServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ public function boot(): void
1111
{
1212
$this->app->afterResolving('twig', fn () => $this->app['twig']->addExtension(new LivewireExtension()));
1313

14-
$this->app->extend(DeterministicBladeKeys::class, fn() => new NoneDeterministicTwigKeys());
14+
$this->app->extend(DeterministicBladeKeys::class, fn () => new NoneDeterministicTwigKeys());
1515
}
1616
}

0 commit comments

Comments
 (0)