File tree Expand file tree Collapse file tree
Behat/Resources/config/suites/api
AdminBundle/Resources/config
CoreBundle/Resources/config/app
PromotionBundle/Resources/translations
ShopBundle/Resources/config/app Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ services:
88 public : false
99 autowire : true
1010 autoconfigure : true
11-
11+
1212 Twig\Extra\Intl\IntlExtension : ~
Original file line number Diff line number Diff line change 88 - sylius.behat.context.hook.doctrine_orm
99 - sylius.behat.context.hook.email_spool
1010
11- - sylius.behat.context.transform.locale
11+ - sylius.behat.context.transform.locale
1212 - sylius.behat.context.transform.shared_storage
1313 - sylius.behat.context.transform.user
1414
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ default:
1313 - sylius.behat.context.transform.product
1414 - sylius.behat.context.transform.shared_storage
1515 - sylius.behat.context.transform.taxon
16-
16+
1717 - sylius.behat.context.setup.channel
1818 - sylius.behat.context.setup.currency
1919 - sylius.behat.context.setup.product
@@ -22,7 +22,7 @@ default:
2222 - sylius.behat.context.setup.shop_security
2323 - sylius.behat.context.setup.shipping
2424 - sylius.behat.context.setup.taxonomy
25-
25+
2626 - sylius.behat.context.api.shop.cart
2727 - sylius.behat.context.api.shop.checkout
2828 filters :
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ default:
3131 - sylius.behat.context.setup.zone
3232
3333 - sylius.behat.context.ui.email
34-
34+
3535 - sylius.behat.context.api.admin.managing_shipments
3636 filters :
3737 tags : " @managing_shipments && @api"
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ sylius_grid:
4949 update_product_variant_positions : " @SyliusAdmin/ProductVariant/Grid/Action/updatePositions.html.twig"
5050 filter :
5151 entities : ' @SyliusUi/Grid/Filter/entities.html.twig'
52-
52+
5353liip_imagine :
5454 filter_sets :
5555 sylius_admin_product_original : ~
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ sylius_admin_dashboard_statistics:
1515 path : /statistics
1616 defaults :
1717 _controller : sylius.controller.admin.dashboard:getRawData
18-
18+
1919sylius_admin_impersonate_user :
2020 path : /impersonate/{username}
2121 defaults :
Original file line number Diff line number Diff line change @@ -58,4 +58,3 @@ sylius_admin_render_attribute_forms:
5858 defaults :
5959 _controller : sylius.controller.product_attribute:renderAttributeValueFormsAction
6060 template : " @SyliusAdmin/Product/Attribute/attributeValues.html.twig"
61-
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ sylius_fixtures:
4040 - name : ' Dress material'
4141 code : ' dress_material'
4242 type : ' text'
43-
43+
4444 - name : ' Length'
4545 code : ' length'
4646 type : ' integer'
Original file line number Diff line number Diff line change @@ -221,10 +221,10 @@ sylius_fixtures:
221221 - ' FASHION_WEB'
222222 coupon_based : true
223223 coupons :
224- - code : ' CHRISTMAS_SALE'
225- expires_at : ' December 24'
226- usage_limit : 10
227- per_customer_usage_limit : 1
224+ - code : ' CHRISTMAS_SALE'
225+ expires_at : ' December 24'
226+ usage_limit : 10
227+ per_customer_usage_limit : 1
228228 new_year :
229229 code : ' new_year'
230230 name : ' New Year'
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ framework:
44 # failure_transport: failed
55
66 transports :
7- # https://symfony.com/doc/current/messenger.html#transport-configuration
8- # async: '%env(MESSENGER_TRANSPORT_DSN)%'
9- # failed: 'doctrine://default?queue_name=failed'
10- # sync: 'sync://'
7+ # https://symfony.com/doc/current/messenger.html#transport-configuration
8+ # async: '%env(MESSENGER_TRANSPORT_DSN)%'
9+ # failed: 'doctrine://default?queue_name=failed'
10+ # sync: 'sync://'
1111
1212 routing :
13- # Route your messages to the transports
14- # 'App\Message\YourMessage': async
13+ # Route your messages to the transports
14+ # 'App\Message\YourMessage': async
1515
1616 default_bus : sylius_default.bus
1717 buses :
You can’t perform that action at this time.
0 commit comments