From 9be7ff115c78aed595a4729ad156bf5c5e729602 Mon Sep 17 00:00:00 2001
From: "@ChristelLoftus" <christel@bob.co.za>
Date: Tue, 30 Jul 2024 15:05:03 +0200
Subject: [PATCH] fix config.xml

---
 etc/config.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/etc/config.xml b/etc/config.xml
index 2fc74a8..bb05ba5 100644
--- a/etc/config.xml
+++ b/etc/config.xml
@@ -1,4 +1,4 @@
-<!--<?xml version="1.0"?>-->
+<?xml version="1.0"?>
 <!--<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">-->
 <!--    <default>-->
 <!--        <BobGroup_BobGo>-->
@@ -21,7 +21,6 @@
 <!--    </default>-->
 <!--</config>-->
 
-<?xml version="1.0"?>
 <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
     <default>
         <carriers>
-- 
GitLab