tracking/ext_localconf.php
Daniel Siepmann b83093e023
TYPO3 13 (#117)
* Update everything for TYPO3 v12 + v13

---------

Co-authored-by: Daniel Siepmann <daniel.siepmann@codappix.com>
2024-10-15 14:07:38 +02:00

7 lines
106 B
PHP

<?php
declare(strict_types=1);
use DanielSiepmann\Tracking\Hooks\DataHandler;
DataHandler::register();