Skip to content

Commit

Permalink
fix: update defined statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Timon Schönfeld committed Jan 16, 2024
1 parent 0218c70 commit d7170d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/TCA/Overrides/tt_content.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types = 1);

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

use TYPO3\CMS\Extbase\Utility\ExtensionUtility;

Expand Down

0 comments on commit d7170d3

Please sign in to comment.