Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
LucWollants committed Jul 17, 2024
1 parent 4e20853 commit fa6a144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Providers/NovaServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function boot(): void
Schema::morphUsingUuids();

Nova::mainMenu(
fn() => array_map(fn($resource) => MenuItem::resource($resource), Nova::$resources)
fn () => array_map(fn ($resource) => MenuItem::resource($resource), Nova::$resources)
);
}

Expand Down

0 comments on commit fa6a144

Please sign in to comment.