Skip to content

Commit

Permalink
Merge pull request #26 from IDCI-Consulting/fix/entitymanager
Browse files Browse the repository at this point in the history
Fix entity manager interface instanciate at null
  • Loading branch information
konandrum authored Jun 5, 2024
2 parents b1e710b + 1d1766c commit 3f72d52
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ services:
$logger: '@monolog.logger.payment'

# Manager
Doctrine\ORM\EntityManagerInterface: null

IDCI\Bundle\PaymentBundle\Manager\DoctrineTransactionManager:
arguments:
$em: '@?doctrine.orm.entity_manager'
Expand Down

0 comments on commit 3f72d52

Please sign in to comment.