From 569e14eaf914deac1f4c7f124b0604831d984b65 Mon Sep 17 00:00:00 2001 From: Jacques Bodin-Hullin Date: Mon, 12 Oct 2020 17:52:30 +0200 Subject: [PATCH] Keep it consistent with simple quotes --- .../Resources/config/app/fixtures/shop_configuration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Sylius/Bundle/CoreBundle/Resources/config/app/fixtures/shop_configuration.yaml b/src/Sylius/Bundle/CoreBundle/Resources/config/app/fixtures/shop_configuration.yaml index 96b841b5d50..f5f917f0473 100644 --- a/src/Sylius/Bundle/CoreBundle/Resources/config/app/fixtures/shop_configuration.yaml +++ b/src/Sylius/Bundle/CoreBundle/Resources/config/app/fixtures/shop_configuration.yaml @@ -186,8 +186,8 @@ sylius_fixtures: options: custom: clothing: - code: "clothing" - name: "Clothing" + code: 'clothing' + name: 'Clothing' other: code: 'other' name: 'Other'