Skip to content

Commit db34294

Browse files
committed
PAC-5: deactivate callback import.callback.store.in.website.validator
1 parent 271d6f4 commit db34294

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

symfony/Resources/config/services.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -885,13 +885,13 @@
885885
<argument>%array_validator.nullable.true%</argument>
886886
</service>
887887

888-
<service id="import.callback.store.in.website.validator" class="TechDivision\Import\Callbacks\StoreWebsiteValidatorCallback">
889-
<argument type="service" id="import.loader.store"/>
890-
<argument type="service" id="import.processor.import"/>
891-
<argument>%array_validator.nullable.true%</argument>
892-
<argument>%array_validator.nullable.false%</argument>
893-
<argument>%array_validator.nullable.false%</argument>
894-
</service>
888+
<!-- <service id="import.callback.store.in.website.validator" class="TechDivision\Import\Callbacks\StoreWebsiteValidatorCallback">-->
889+
<!-- <argument type="service" id="import.loader.store"/>-->
890+
<!-- <argument type="service" id="import.processor.import"/>-->
891+
<!-- <argument>%array_validator.nullable.true%</argument>-->
892+
<!-- <argument>%array_validator.nullable.false%</argument>-->
893+
<!-- <argument>%array_validator.nullable.false%</argument>-->
894+
<!-- </service>-->
895895

896896
<!--
897897
! The DI configuration for the event emitter/listeners

0 commit comments

Comments
 (0)