Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit 29733cd

Browse files
Remove remaining TYPO3 14 deprectations
1 parent b0226de commit 29733cd

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Classes/Domain/Model/FileGroup.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
use Digicademy\CHFBase\Domain\Model\Traits\AgentRelationTrait;
1515
use Digicademy\CHFBase\Domain\Model\Traits\LocationRelationTrait;
1616
use TYPO3\CMS\Extbase\Domain\Model\FileReference;
17-
use TYPO3\CMS\Extbase\Annotation\ORM\Lazy;
18-
use TYPO3\CMS\Extbase\Annotation\ORM\Cascade;
19-
use TYPO3\CMS\Extbase\Annotation\Validate;
17+
use TYPO3\CMS\Extbase\Attribute\ORM\Lazy;
18+
use TYPO3\CMS\Extbase\Attribute\ORM\Cascade;
19+
use TYPO3\CMS\Extbase\Attribute\Validate;
2020
use TYPO3\CMS\Extbase\Persistence\ObjectStorage;
2121

2222
defined('TYPO3') or die();

Classes/Domain/Model/MediaResource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
namespace Digicademy\CHFMedia\Domain\Model;
1111

1212
use Digicademy\CHFBase\Domain\Model\AbstractResource;
13-
use TYPO3\CMS\Extbase\Annotation\ORM\Lazy;
13+
use TYPO3\CMS\Extbase\Attribute\ORM\Lazy;
1414
use TYPO3\CMS\Extbase\Domain\Model\Folder;
1515
use TYPO3\CMS\Extbase\Persistence\Generic\LazyLoadingProxy;
1616

ext_localconf.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@
4242
GalleryController::class => 'index, show, showGroup',
4343
],
4444
[], // None of the actions are non-cacheable
45+
null,
4546
);

0 commit comments

Comments
 (0)