Skip to content

Commit

Permalink
move service definition to common instead of service_prod (which incl…
Browse files Browse the repository at this point in the history
…udes common)
  • Loading branch information
matthieu-rolland committed Nov 7, 2024
1 parent 386e4a3 commit dbefe54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions config/services/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ services:
PrestaShopBundle\DependencyInjection\RuntimeConstEnvVarProcessor:
public: false
tags: ['container.env_var_processor']

prestashop.hook.module.filter:
class: PrestaShop\PrestaShop\Core\Hook\HookModuleFilter
arguments:
- !tagged core.hook_module_exec_filter
5 changes: 0 additions & 5 deletions config/services/front/services_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,3 @@ services:
class: PrestaShopBundle\Translation\TranslatorLanguageLoader
arguments:
- '@prestashop.adapter.module.repository.module_repository'

prestashop.hook.module.filter:
class: PrestaShop\PrestaShop\Core\Hook\HookModuleFilter
arguments:
- !tagged core.hook_module_exec_filter

0 comments on commit dbefe54

Please sign in to comment.