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