1 | <?php |
||
2 | if (!defined('TYPO3_MODE')) { |
||
3 | throw new \Exception('Access denied.'); |
||
4 | } |
||
5 | |||
6 | \CuyZ\Notiz\Service\Extension\TablesConfigurationService::get()->process(); |
||
0 ignored issues
–
show
Bug
introduced
by
![]() |
|||
7 |