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 Jul 25, 2023
1 parent 136dce2 commit 27d852f
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 @@ -64,7 +64,7 @@ protected function getMigrations(): array

private function bootFilamentNavigation(): void
{
if (!array_key_exists('zeus-sky', app('filament')->getCurrentPanel()->getPlugins())) {
if (! array_key_exists('zeus-sky', app('filament')->getCurrentPanel()->getPlugins())) {
return;
}
NavigationResource::navigationGroup(SkyPlugin::get()->getNavigationGroupLabel());
Expand Down

0 comments on commit 27d852f

Please sign in to comment.