Skip to content

Commit

Permalink
[BUGFIX] Remove alias due to possible side effects.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxAmann-sitegeist committed May 21, 2024
1 parent a87f60d commit fef59e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext_localconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['fluid_components']['typeAliases'] = array_merge(
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['fluid_components']['typeAliases'] ?? [],
[
'DateTime' => \SMS\FluidComponents\Domain\Model\DateTime::class,
'File' => \SMS\FluidComponents\Domain\Model\File::class,
'Image' => \SMS\FluidComponents\Domain\Model\Image::class,
'Labels' => \SMS\FluidComponents\Domain\Model\Labels::class,
Expand Down

0 comments on commit fef59e7

Please sign in to comment.