[ECS] Apply ecs fixes

This commit is contained in:
Rafikooo 2023-04-24 22:04:02 +02:00
parent 9d2030a0f3
commit 356ea70b0a
No known key found for this signature in database
GPG key ID: 4A26D8327BC2442B

View file

@ -29,7 +29,7 @@ final class ProductDeletionListener
private RequestStack $requestStack,
ProductAwareRuleUpdaterInterface ...$ruleUpdaters,
) {
$this->ruleUpdaters = $ruleUpdaters;
$this->ruleUpdaters = $ruleUpdaters;
}
public function removeProductFromPromotionRules(GenericEvent $event): void