Skip to content

Commit abacfee

Browse files
committed
Fix DoctrineModule
1 parent c61d7f0 commit abacfee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Module/DoctrineModule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class DoctrineModule extends Module
2121
public function _before(TestInterface $test)
2222
{
2323
if ($this->config['dump']) {
24-
$em = $this->getModule(Nette::class)->grabService(EntityManagerInterface::class);
24+
$em = $this->getModule(NetteDIModule::class)->grabService(EntityManagerInterface::class);
2525
$connection = $em->getConnection();
2626
$generator = $this->load(file_get_contents($this->config['dump']));
2727

0 commit comments

Comments
 (0)