Skip to content

Commit

Permalink
Merge pull request #84 from creative-commoners/pulls/4.1/docblock
Browse files Browse the repository at this point in the history
MNT Update @methods on class docblocks
  • Loading branch information
GuySartorelli committed Dec 17, 2023
2 parents 25f22c0 + d67c982 commit af4b3e3
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 af4b3e3

Please sign in to comment.