diff --git a/core/lib/Thelia/Config/Resources/config.xml b/core/lib/Thelia/Config/Resources/config.xml
index 0013941be..9b9d7df13 100644
--- a/core/lib/Thelia/Config/Resources/config.xml
+++ b/core/lib/Thelia/Config/Resources/config.xml
@@ -108,10 +108,6 @@
%kernel.debug%
-<<<<<<< HEAD
-=======
-
->>>>>>> Readd services
%file_model.classes%
@@ -141,11 +137,6 @@
-<<<<<<< HEAD
-<<<<<<< HEAD
-=======
-=======
->>>>>>> Readd services
@@ -154,69 +145,27 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-<<<<<<< HEAD
-
-<<<<<<< HEAD
-<<<<<<< HEAD
-
->>>>>>> Add archive builder manager and formatter manager services
-
-
-
-
- %kernel.environment%
-
-
-
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-=======
-
->>>>>>> Fix services
-=======
-
->>>>>>> Readd services
-=======
@@ -226,6 +175,5 @@
->>>>>>> Begin import export management
diff --git a/core/lib/Thelia/Tools/URL.php b/core/lib/Thelia/Tools/URL.php
index 8ef2b4b31..ab52472e6 100644
--- a/core/lib/Thelia/Tools/URL.php
+++ b/core/lib/Thelia/Tools/URL.php
@@ -315,15 +315,7 @@ class URL
$clean;
}
-<<<<<<< HEAD
-<<<<<<< HEAD
public static function checkUrl($url, array $protocols = ["http", "https"])
-=======
- public function checkUrl($url, array $protocols = ["http", "https"])
->>>>>>> Define archive builders and formatters
-=======
- public static function checkUrl($url, array $protocols = ["http", "https"])
->>>>>>> Fix FileDownloader test
{
$pattern = sprintf(UrlValidator::PATTERN, implode('|', $protocols));