cobwebch/external_import

Remove usage of ObjectManager

Closed this issue · 1 comments

Extbase's ObjectManager is still use in some places in the code. It should be replaced by GeneralUtility::makeInstance if possible.

One left-over, related to Extbase. Marked as a TODO for a future cleanup.