Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi authored and github-actions[bot] committed Aug 4, 2023
1 parent 3841b82 commit 580d98b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SkyPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public static function make(): static
return app(static::class);
}

public static function get(): Plugin|\Filament\FilamentManager
public static function get(): Plugin | \Filament\FilamentManager
{
return filament(app(static::class)->getId());
}
Expand Down
2 changes: 1 addition & 1 deletion src/SkyServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ protected function getMigrations(): array

private function bootFilamentNavigation(): void
{
if (!app('filament')->hasPlugin('zeus-sky')) {
if (! app('filament')->hasPlugin('zeus-sky')) {
return;
}

Expand Down

0 comments on commit 580d98b

Please sign in to comment.