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 73038ee commit 7889f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SkyServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ protected function getMigrations(): array

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

Expand Down

0 comments on commit 7889f59

Please sign in to comment.