mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-22 04:36:10 +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.');
|
||||
|
||||
call_user_func(
|
||||
function () {
|
||||
|
||||
call_user_func(function () {
|
||||
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
|
||||
'Events',
|
||||
'DateSearch',
|
||||
|
@ -42,6 +40,4 @@ call_user_func(
|
|||
\TYPO3\CMS\Core\Imaging\IconProvider\SvgIconProvider::class,
|
||||
['source' => 'EXT:events/Resources/Public/Icons/Extension.svg']
|
||||
);
|
||||
}
|
||||
|
||||
);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue