Skip to content

Commit

Permalink
[TASK] Remove TYPO3 defined check
Browse files Browse the repository at this point in the history
  • Loading branch information
georgringer committed Jul 24, 2023
1 parent 46b74fc commit 73bca17
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ext_tables.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
use TYPO3\CMS\Core\Information\Typo3Version;
use TYPO3\CMS\Core\Utility\GeneralUtility;

defined('TYPO3') or die;

$boot = static function (): void {
$versionInformation = GeneralUtility::makeInstance(Typo3Version::class);
if ($versionInformation->getMajorVersion() < 12) {
Expand Down

0 comments on commit 73bca17

Please sign in to comment.