@@ -17,7 +17,7 @@ |
||
17 | 17 | parent::__construct($managerRegistry); |
18 | 18 | } |
19 | 19 | |
20 | - public function createTransaction($func): TransactionInterface |
|
20 | + public function createTransaction($func): TransactionInterface |
|
21 | 21 | { |
22 | 22 | $em = $this->getEntityManager(); |
23 | 23 | if(!$em->isOpen()) { |