Skip to content

Commit c8c21f1

Browse files
authored
Add lazy annotation for fields in page model
1 parent fee78f5 commit c8c21f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Classes/Domain/Model/Page.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class Page extends AbstractEntity
3030

3131
/**
3232
* @var \TYPO3\CMS\Extbase\Persistence\ObjectStorage<\In2code\Powermail\Domain\Model\Field>
33+
* @TYPO3\CMS\Extbase\Annotation\ORM\Lazy
3334
*/
3435
protected $fields = null;
3536

0 commit comments

Comments
 (0)