We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c61d7f0 commit abacfeeCopy full SHA for abacfee
src/Module/DoctrineModule.php
@@ -21,7 +21,7 @@ class DoctrineModule extends Module
21
public function _before(TestInterface $test)
22
{
23
if ($this->config['dump']) {
24
- $em = $this->getModule(Nette::class)->grabService(EntityManagerInterface::class);
+ $em = $this->getModule(NetteDIModule::class)->grabService(EntityManagerInterface::class);
25
$connection = $em->getConnection();
26
$generator = $this->load(file_get_contents($this->config['dump']));
27
0 commit comments