Skip to content

Commit

Permalink
MNT Update @methods on class docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Dec 14, 2023
1 parent 25f22c0 commit 2985896
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Model/ElementForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
use DNADesign\ElementalUserForms\Control\ElementFormController;
use SilverStripe\Control\RequestHandler;

/**
* @method SilverStripe\ORM\HasManyList<EmailRecipient> EmailRecipients()
* @method SilverStripe\ORM\HasManyList<SubmittedForm> Submissions()
*/
class ElementForm extends BaseElement
{
use UserForm;
Expand Down

0 comments on commit 2985896

Please sign in to comment.