Skip to content

Commit

Permalink
PAC-5: deactivate callback import.callback.store.in.website.validator
Browse files Browse the repository at this point in the history
  • Loading branch information
kenza-ya committed Oct 14, 2024
1 parent 271d6f4 commit db34294
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions symfony/Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -885,13 +885,13 @@
<argument>%array_validator.nullable.true%</argument>
</service>

<service id="import.callback.store.in.website.validator" class="TechDivision\Import\Callbacks\StoreWebsiteValidatorCallback">
<argument type="service" id="import.loader.store"/>
<argument type="service" id="import.processor.import"/>
<argument>%array_validator.nullable.true%</argument>
<argument>%array_validator.nullable.false%</argument>
<argument>%array_validator.nullable.false%</argument>
</service>
<!-- <service id="import.callback.store.in.website.validator" class="TechDivision\Import\Callbacks\StoreWebsiteValidatorCallback">-->
<!-- <argument type="service" id="import.loader.store"/>-->
<!-- <argument type="service" id="import.processor.import"/>-->
<!-- <argument>%array_validator.nullable.true%</argument>-->
<!-- <argument>%array_validator.nullable.false%</argument>-->
<!-- <argument>%array_validator.nullable.false%</argument>-->
<!-- </service>-->

<!--
! The DI configuration for the event emitter/listeners
Expand Down

0 comments on commit db34294

Please sign in to comment.