mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[ECS] Apply ecs fixes
This commit is contained in:
parent
9d2030a0f3
commit
356ea70b0a
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ final class ProductDeletionListener
|
|||
private RequestStack $requestStack,
|
||||
ProductAwareRuleUpdaterInterface ...$ruleUpdaters,
|
||||
) {
|
||||
$this->ruleUpdaters = $ruleUpdaters;
|
||||
$this->ruleUpdaters = $ruleUpdaters;
|
||||
}
|
||||
|
||||
public function removeProductFromPromotionRules(GenericEvent $event): void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue