Skip to content

Commit

Permalink
Update FieldsContract.php
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Aug 16, 2024
1 parent 9bf77d9 commit 4abe405
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Fields/FieldsContract.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ public function appendFilamentComponentsOptions($component, $zeusField, bool $ha
return null;
}

//@phpstan-ignore-next-line
if (! $zeusField instanceof FieldPreset && $zeusField->section->form->extensions !== 'LaraZeus\\BoltPro\\Extensions\\Grades') {
return null;
}
Expand Down

0 comments on commit 4abe405

Please sign in to comment.