Skip to content

Commit

Permalink
correct wrong service id
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMilek committed May 22, 2024
1 parent aef65d0 commit d5fb466
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<tag name="ux.entity_autocomplete_field" />
</service>

<service id="sylius_admin.form.extension.catalog_promotion" class="Sylius\Bundle\AdminBundle\Form\Type\CatalogPromotionType">
<service id="sylius_admin.form.type.catalog_promotion" class="Sylius\Bundle\AdminBundle\Form\Type\CatalogPromotionType">
<argument>%sylius.catalog_promotion.scopes_types%</argument>
<argument>%sylius.catalog_promotion.actions_types%</argument>
<tag name="form.type" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,16 +260,6 @@
/>
</service>

<service id="Sylius\Bundle\AdminBundle\Twig\Component\CatalogPromotion\FormComponent">
<argument type="service" id="form.factory" />
<argument>Sylius\Bundle\AdminBundle\Form\Type\CatalogPromotionType</argument>
</service>

<service id="Sylius\Bundle\AdminBundle\Twig\Component\Product\GenerateProductVariantsFormComponent">
<argument type="service" id="form.factory" />
<argument>Sylius\Bundle\AdminBundle\Form\Type\ProductGenerateVariantsType</argument>
</service>

<service
id="sylius_admin.twig.component.shipment.ship_form"
class="Sylius\Bundle\AdminBundle\Twig\Component\Shipment\ShipFormComponent"
Expand Down

0 comments on commit d5fb466

Please sign in to comment.