Skip to content

Commit 580d98b

Browse files
atmonshigithub-actions[bot]
authored andcommitted
Fix styling
1 parent 3841b82 commit 580d98b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SkyPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public static function make(): static
7575
return app(static::class);
7676
}
7777

78-
public static function get(): Plugin|\Filament\FilamentManager
78+
public static function get(): Plugin | \Filament\FilamentManager
7979
{
8080
return filament(app(static::class)->getId());
8181
}

src/SkyServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ protected function getMigrations(): array
6060

6161
private function bootFilamentNavigation(): void
6262
{
63-
if (!app('filament')->hasPlugin('zeus-sky')) {
63+
if (! app('filament')->hasPlugin('zeus-sky')) {
6464
return;
6565
}
6666

0 commit comments

Comments
 (0)