Skip to content

Commit

Permalink
update forms in twig ocmponents
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMilek committed May 22, 2024
1 parent 2980eec commit 1bd52b1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
class="Sylius\Bundle\AdminBundle\Twig\Component\PaymentMethod\FormComponent"
>
<argument type="service" id="form.factory" />
<argument>Sylius\Bundle\PaymentBundle\Form\Type\PaymentMethodType</argument>
<argument>Sylius\Bundle\AdminBundle\Form\Type\PaymentMethodType</argument>

<tag
name="twig.component"
Expand Down Expand Up @@ -197,7 +197,7 @@
class="Sylius\Bundle\AdminBundle\Twig\Component\Promotion\FormComponent"
>
<argument type="service" id="form.factory" />
<argument>Sylius\Bundle\PromotionBundle\Form\Type\PromotionType</argument>
<argument>Sylius\Bundle\AdminBundle\Form\Type\PromotionType</argument>

<tag
name="sylius.live_component"
Expand Down

0 comments on commit 1bd52b1

Please sign in to comment.