smichaelsen / melon-images

Responsive Image Management for TYPO3
22 stars 8 forks source link

[BUGFIX] Use DI instead of ObjectManager to provide ImageService #43

Closed christian-fries closed 2 years ago

christian-fries commented 2 years ago

The usage of the ObjectManager is deprecated since TYPO3 11.4. Therefore, the ImageService should be provided using dependency injection.