events/Tests/Functional/Frontend/Fixtures/Extensions/example/ext_localconf.php
Daniel Siepmann a9f3f108e3
BREAKING: Change of vendor/namespace (#43)
The vendor was renamed from `wrm` to `werkraummedia`.
And the namespace vendor was renamed from `Wrm` to `WerkraumMedia`.

That way all references to PHP classes as well as the package name
itself need to be adjusted.
2023-11-09 10:27:43 +01:00

7 lines
177 B
PHP

<?php
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
'Events',
'DateListTest',
[\WerkraumMedia\Events\Controller\DateController::class => 'list']
);