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 3841b82 commit 580d98bCopy full SHA for 580d98b
src/SkyPlugin.php
@@ -75,7 +75,7 @@ public static function make(): static
75
return app(static::class);
76
}
77
78
- public static function get(): Plugin|\Filament\FilamentManager
+ public static function get(): Plugin | \Filament\FilamentManager
79
{
80
return filament(app(static::class)->getId());
81
src/SkyServiceProvider.php
@@ -60,7 +60,7 @@ protected function getMigrations(): array
60
61
private function bootFilamentNavigation(): void
62
63
- if (!app('filament')->hasPlugin('zeus-sky')) {
+ if (! app('filament')->hasPlugin('zeus-sky')) {
64
return;
65
66
0 commit comments