Skip to content
Snippets Groups Projects
Commit 8ad06e71 authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

[TASK] Replace @lazy with proper annotation namespace

parent 2fd7a5cf
No related branches found
No related tags found
1 merge request!23Feature upgrade to typo3 10
...@@ -80,7 +80,7 @@ class Contact extends AbstractEntity { ...@@ -80,7 +80,7 @@ class Contact extends AbstractEntity {
protected $hideInFrontend = FALSE; protected $hideInFrontend = FALSE;
/** /**
* @lazy * @TYPO3\CMS\Extbase\Annotation\ORM\Lazy
* @var \TYPO3\CMS\Extbase\Domain\Model\FileReference * @var \TYPO3\CMS\Extbase\Domain\Model\FileReference
*/ */
protected $image; protected $image;
......
...@@ -53,7 +53,7 @@ class Job extends AbstractEntity { ...@@ -53,7 +53,7 @@ class Job extends AbstractEntity {
/** /**
* @var \TYPO3\CMS\Extbase\Persistence\ObjectStorage<TYPO3\CMS\Extbase\Domain\Model\FileReference> * @var \TYPO3\CMS\Extbase\Persistence\ObjectStorage<TYPO3\CMS\Extbase\Domain\Model\FileReference>
* @lazy * @TYPO3\CMS\Extbase\Annotation\ORM\Lazy
*/ */
protected $attachment; protected $attachment;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment