File tree Expand file tree Collapse file tree
src/Resources/config/routes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ setono_sylius_gift_card_admin_gift_card_create_for_channel:
6969 path : /gift-cards/create
7070 methods : [GET]
7171 defaults :
72- _controller : sylius.controller.channel:indexAction
72+ _controller : sylius.controller.channel:: indexAction
7373 _sylius :
7474 repository :
7575 method : findAll
@@ -80,7 +80,7 @@ setono_sylius_gift_card_admin_gift_card_create:
8080 path : /gift-cards/create/{channelCode}
8181 methods : [GET, POST]
8282 defaults :
83- _controller : setono_sylius_gift_card.controller.gift_card:createAction
83+ _controller : setono_sylius_gift_card.controller.gift_card:: createAction
8484 _sylius :
8585 factory :
8686 method : createForChannelFromAdmin
@@ -103,7 +103,7 @@ setono_sylius_gift_card_admin_gift_card_orders_index:
103103 path : /gift-cards/{id}/orders
104104 methods : [GET, POST]
105105 defaults :
106- _controller : sylius.controller.order:indexAction
106+ _controller : sylius.controller.order:: indexAction
107107 _sylius :
108108 vars :
109109 route :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ setono_sylius_gift_card_admin_ajax_customer_by_email_phrase:
22 path : /customer/search
33 methods : [GET]
44 defaults :
5- _controller : sylius.controller.customer:indexAction
5+ _controller : sylius.controller.customer:: indexAction
66 _format : json
77 _sylius :
88 serialization_groups : [Default]
@@ -16,7 +16,7 @@ setono_sylius_gift_card_admin_ajax_customer_by_email:
1616 path : /customer/email
1717 methods : [GET]
1818 defaults :
19- _controller : sylius.controller.customer:indexAction
19+ _controller : sylius.controller.customer:: indexAction
2020 _format : json
2121 _sylius :
2222 serialization_groups : [Default]
You can’t perform that action at this time.
0 commit comments