Skip to content

Commit

Permalink
Fix EntitySchemaManager service declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
PululuK committed Mar 5, 2024
1 parent a2d1d05 commit edc9a66
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ services:
autowire: true

prestashop.util.database.entity_schema_manager:
class: 'PrestaShopBundle\Utils\Database\EntitySchemaManager'
arguments:
- '@doctrine.orm.default_entity_manager'
class: PrestaShopBundle\Utils\Database\EntitySchemaManager
arguments:
- "@doctrine.orm.default_entity_manager"

0 comments on commit edc9a66

Please sign in to comment.