Merge branch 'cart'
Conflicts: core/lib/Thelia/Config/Resources/config.xml core/lib/Thelia/Core/Event/TheliaEvents.php
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
|
||||
<service id="thelia.action.cart" class="Thelia\Action\Cart">
|
||||
<tag name="kernel.event_subscriber"/>
|
||||
|
||||
<argument type="service" id="event_dispatcher"/>
|
||||
</service>
|
||||
|
||||
<service id="thelia.action.customer" class="Thelia\Action\Customer" scope="request">
|
||||
|
||||
@@ -33,10 +33,14 @@
|
||||
|
||||
<form name="thelia.customer.login" class="Thelia\Form\CustomerLogin"/>
|
||||
<form name="thelia.admin.login" class="Thelia\Form\AdminLogin"/>
|
||||
<<<<<<< HEAD
|
||||
|
||||
<form name="thelia.admin.category.creation" class="Thelia\Form\CategoryCreationForm"/>
|
||||
<form name="thelia.admin.category.deletion" class="Thelia\Form\CategoryDeletionForm"/>
|
||||
|
||||
=======
|
||||
<form name="thelia.cart.add" class="Thelia\Form\CartAdd"/>
|
||||
>>>>>>> cart
|
||||
</forms>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user