You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the document manager from a service layer class is $this->getServiceLocator()->getDoctrineContainer()->getDocumentManager();
Why not put it in the Bisna\Service\Service class ?
The text was updated successfully, but these errors were encountered:
How do I use this in the controller? I have tried use Bisna\Service\ServiceLocator; $service = new ServiceLocator();
var_dump($service->getService('test')); but no luck
Getting the document manager from a service layer class is $this->getServiceLocator()->getDoctrineContainer()->getDocumentManager();
Why not put it in the Bisna\Service\Service class ?
The text was updated successfully, but these errors were encountered: