From d66d2b3839b979e296feee81d9b143f2a9bdd2c5 Mon Sep 17 00:00:00 2001 From: Franck Allimant Date: Thu, 19 Jun 2014 00:33:24 +0200 Subject: [PATCH] PHP-CS fixer pass. --- core/lib/Thelia/Model/ConfigQuery.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/lib/Thelia/Model/ConfigQuery.php b/core/lib/Thelia/Model/ConfigQuery.php index cc9f82f48..9a688b80b 100644 --- a/core/lib/Thelia/Model/ConfigQuery.php +++ b/core/lib/Thelia/Model/ConfigQuery.php @@ -73,7 +73,6 @@ class ConfigQuery extends BaseConfigQuery return true; } - public static function getConfiguredShopUrl() { return ConfigQuery::read("url_site", '');