Skip to content

Commit

Permalink
Apply style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pxlrbt authored and github-actions[bot] committed Feb 22, 2024
1 parent 28f7e06 commit 871ad8d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Actions/RegisterResources.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ public static function boot(Panel $panel)
{
$resources = $panel->getResources();



foreach ($resources as $resource) {
if (method_exists($resource, 'shouldRegisterSpotlight') && $resource::shouldRegisterSpotlight() === false) {
continue;
Expand Down

0 comments on commit 871ad8d

Please sign in to comment.