In my project I have multiple objectmanagers.
This currently leads to errors like:
Internal error: The class 'X' was not found in the chain configured namespaces ...
because its using the wrong objectManager (the one returned in object-manager.php) for some entities.
In my project I have multiple objectmanagers.
This currently leads to errors like:
because its using the wrong objectManager (the one returned in
object-manager.php) for some entities.