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 Mar 26, 2024
1 parent 118862f commit 3d00ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fields/FieldsContract.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public function appendFilamentComponentsOptions($component, $zeusField, bool $ha
}

$relatedFieldArray = Arr::wrap($get('zeusData.' . $relatedField));
if(in_array($relatedFieldValues, $relatedFieldArray)){
if (in_array($relatedFieldValues, $relatedFieldArray)) {
return true;
}

Expand Down

0 comments on commit 3d00ea0

Please sign in to comment.