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 15, 2023
1 parent 25f22c0 commit d67c982
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<SilverStripe\UserForms\Model\Recipient\EmailRecipient> EmailRecipients()
* @method SilverStripe\ORM\HasManyList<SilverStripe\UserForms\Model\Submission\SubmittedForm> Submissions()
*/
class ElementForm extends BaseElement
{
use UserForm;
Expand Down

0 comments on commit d67c982

Please sign in to comment.