Skip to content

Commit

Permalink
[TASK] styleguide: Adapt DuplicationBehavior usage
Browse files Browse the repository at this point in the history
#454

Resource\Enum\DuplicationBehavior instead of
Resource\DuplicationBehavior, see
https://review.typo3.org/c/Packages/TYPO3.CMS/+/79568
  • Loading branch information
lolli42 authored Oct 30, 2023
1 parent d0d87d6 commit a51e5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/TcaDataGenerator/AbstractGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
use TYPO3\CMS\Core\Database\ConnectionPool;
use TYPO3\CMS\Core\Database\Query\Restriction\DeletedRestriction;
use TYPO3\CMS\Core\DataHandling\DataHandler;
use TYPO3\CMS\Core\Resource\DuplicationBehavior;
use TYPO3\CMS\Core\Resource\Enum\DuplicationBehavior;
use TYPO3\CMS\Core\Resource\Exception\ExistingTargetFolderException;
use TYPO3\CMS\Core\Resource\StorageRepository;
use TYPO3\CMS\Core\Site\SiteFinder;
Expand Down

0 comments on commit a51e5bd

Please sign in to comment.