Skip to content

Commit

Permalink
Fix Product's Form component service id
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubtobiasz authored and GSadee committed May 13, 2024
1 parent 7be88ea commit 7e52dfa
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,10 @@
/>
</service>

<service id="Sylius\Bundle\AdminBundle\Twig\Component\Product\FormComponent">
<service
id="sylius_admin.twig.component.product.form"
class="Sylius\Bundle\AdminBundle\Twig\Component\Product\FormComponent"
>
<argument type="service" id="form.factory" />
<argument>Sylius\Bundle\ProductBundle\Form\Type\ProductType</argument>
<argument type="service" id="sylius.generator.slug" />
Expand Down

0 comments on commit 7e52dfa

Please sign in to comment.