Skip to content

Commit

Permalink
Add missing configuration on Handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
lartist authored and Matthieu Rolland committed Sep 19, 2023
1 parent 39797d4 commit b1864b4
Showing 1 changed file with 3 additions and 9 deletions.
Expand Up @@ -15,18 +15,12 @@ services:
- '%database_prefix%'

PrestaShop\PrestaShop\Adapter\Attribute\CommandHandler\AddAttributeHandler:
tags:
- name: tactician.handler
command: PrestaShop\PrestaShop\Core\Domain\AttributeGroup\Attribute\Command\AddAttributeCommand
autoconfigure: true

PrestaShop\PrestaShop\Adapter\Attribute\CommandHandler\EditAttributeHandler:
tags:
- name: tactician.handler
command: PrestaShop\PrestaShop\Core\Domain\AttributeGroup\Attribute\Command\EditAttributeCommand
autoconfigure: true

PrestaShop\PrestaShop\Adapter\Attribute\QueryHandler\GetAttributeForEditingHandler:
tags:
- name: tactician.handler
command: PrestaShop\PrestaShop\Core\Domain\AttributeGroup\Attribute\Query\GetAttributeForEditing
autoconfigure: true

PrestaShop\PrestaShop\Adapter\Attribute\Validate\AttributeValidator:

0 comments on commit b1864b4

Please sign in to comment.