This commit is contained in:
aynsix
2020-05-16 09:35:38 +03:00
parent 5f9fb0224e
commit 5b13beb02e
2 changed files with 19 additions and 9 deletions

View File

@@ -97,4 +97,9 @@ class WorkerRunningJobRepository extends EntityRepository
$this->_em->rollback();
}
}
public function getEntityManager()
{
return parent::getEntityManager();
}
}