Skip to content

Commit

Permalink
TASK: Use TCA_11.4 only
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbelasichon committed Aug 10, 2023
1 parent 0b2b670 commit 49616c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Set/Typo3SetList.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,13 @@ final class Typo3SetList
* @var string
* @deprecated Use TCA_114 instead.
*/
public const TCA_110 = __DIR__ . '/../../config/v11/tca-114.php';
public const TCA_110 = self::TCA_114;

/**
* @var string
* @deprecated Use TCA_114 instead.
*/
public const TCA_113 = __DIR__ . '/../../config/v11/tca-113.php';
public const TCA_113 = self::TCA_114;

/**
* @var string
Expand Down

0 comments on commit 49616c3

Please sign in to comment.