Skip to content

Commit

Permalink
Merge pull request #10987 from filamentphp/fix/manage-related-records…
Browse files Browse the repository at this point in the history
…-form-model

fix: Manage related records form model
  • Loading branch information
danharrin authored Jan 22, 2024
2 parents 0418e30 + efad8c6 commit 0754186
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/panels/src/Resources/Pages/ManageRelatedRecords.php
Original file line number Diff line number Diff line change
Expand Up @@ -385,4 +385,12 @@ public function getRelationManagers(): array
{
return [];
}

/**
* @return array<int | string, string | Form>
*/
protected function getForms(): array
{
return [];
}
}

0 comments on commit 0754186

Please sign in to comment.