Skip to content

Commit

Permalink
manual format
Browse files Browse the repository at this point in the history
  • Loading branch information
awcodes committed Feb 17, 2024
1 parent 325fb64 commit afc7251
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Widgets/OverlookWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ public function getData(): array
return collect($rawResources)->filter(function ($resource) use ($excludes) {
return ! in_array($resource, $excludes);
})->transform(function ($resource) use ($icons) {

$customIcon = array_search($resource, $icons);

$res = app($resource);

$widgetQuery = $res->getEloquentQuery();

if ($res instanceof CustomizeOverlookWidget) {
Expand Down

0 comments on commit afc7251

Please sign in to comment.