Skip to content

Commit c50a804

Browse files
pxlrbtgithub-actions[bot]
authored andcommitted
Apply style changes
1 parent 30da9c4 commit c50a804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SpotlightPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function register(Panel $panel): void
3737
public function boot(Panel $panel): void
3838
{
3939
Filament::serving(function () use ($panel) {
40-
if(!Filament::auth()->check()) {
40+
if (! Filament::auth()->check()) {
4141
return;
4242
}
4343
config()->set('livewire-ui-spotlight.include_js', false);

0 commit comments

Comments
 (0)