Skip to content

Commit

Permalink
DOC Fix phpdoc for FormScaffolder->includeRelations.
Browse files Browse the repository at this point in the history
This was intentionally changed to not include has_one in 524d7a9
  • Loading branch information
GuySartorelli committed Aug 8, 2024
1 parent f8414b0 commit 6c64bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forms/FormScaffolder.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class FormScaffolder
public $fieldClasses;

/**
* @var boolean $includeRelations Include has_one, has_many and many_many relations
* @var boolean $includeRelations Include has_many and many_many relations
*/
public $includeRelations = false;

Expand Down

0 comments on commit 6c64bf0

Please sign in to comment.