Skip to content

Commit 2424697

Browse files
spfeifermschwemer
authored andcommitted
Add lazy annotation for pages in form model
1 parent 9cf25c3 commit 2424697

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Classes/Domain/Model/Form.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class Form extends AbstractEntity
3232

3333
/**
3434
* @var \TYPO3\CMS\Extbase\Persistence\ObjectStorage<\In2code\Powermail\Domain\Model\Page>
35+
* @TYPO3\CMS\Extbase\Annotation\ORM\Lazy
3536
*/
3637
protected $pages;
3738

0 commit comments

Comments
 (0)