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 30da9c4 commit c50a804Copy full SHA for c50a804
src/SpotlightPlugin.php
@@ -37,7 +37,7 @@ public function register(Panel $panel): void
37
public function boot(Panel $panel): void
38
{
39
Filament::serving(function () use ($panel) {
40
- if(!Filament::auth()->check()) {
+ if (! Filament::auth()->check()) {
41
return;
42
}
43
config()->set('livewire-ui-spotlight.include_js', false);
0 commit comments