mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-22 10:36:11 +01:00
Adjust formatting
This commit is contained in:
parent
5440ef4f72
commit
ed23c783cd
1 changed files with 33 additions and 37 deletions
|
@ -2,9 +2,7 @@
|
||||||
|
|
||||||
defined('TYPO3') || die('Access denied.');
|
defined('TYPO3') || die('Access denied.');
|
||||||
|
|
||||||
call_user_func(
|
call_user_func(function () {
|
||||||
function () {
|
|
||||||
|
|
||||||
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
|
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
|
||||||
'Events',
|
'Events',
|
||||||
'DateSearch',
|
'DateSearch',
|
||||||
|
@ -42,6 +40,4 @@ call_user_func(
|
||||||
\TYPO3\CMS\Core\Imaging\IconProvider\SvgIconProvider::class,
|
\TYPO3\CMS\Core\Imaging\IconProvider\SvgIconProvider::class,
|
||||||
['source' => 'EXT:events/Resources/Public/Icons/Extension.svg']
|
['source' => 'EXT:events/Resources/Public/Icons/Extension.svg']
|
||||||
);
|
);
|
||||||
}
|
});
|
||||||
|
|
||||||
);
|
|
||||||
|
|
Loading…
Reference in a new issue