Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to authored and github-actions[bot] committed Nov 9, 2024
1 parent 44679b3 commit 4881720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Laravel/src/Traits/Resource/ResourceQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ protected function prepareOrder(): array

$field = $this->getIndexFields()->findByColumn($column);

if(\is_null($field)) {
if (\is_null($field)) {
$column = $this->getSortColumn();
}

Expand Down
2 changes: 1 addition & 1 deletion src/Support/src/DTOs/Select/Options.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function getValues(): Collection
properties: $this->getProperties($value),
);

if($labelOrValues instanceof OptionGroup) {
if ($labelOrValues instanceof OptionGroup) {
return $labelOrValues;
}

Expand Down

0 comments on commit 4881720

Please sign in to comment.