From 0f8601ed1079455a8d4f8c5b2bd0ad18c333bdd6 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 1 May 2017 18:35:18 +0300 Subject: [PATCH] Multi-db support --- app/Libraries/Utils.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/Libraries/Utils.php b/app/Libraries/Utils.php index 4d9cd1d70bdc..695d1661cb39 100644 --- a/app/Libraries/Utils.php +++ b/app/Libraries/Utils.php @@ -251,11 +251,6 @@ class Utils } } - public static function getDemoAccountId() - { - return isset($_ENV[DEMO_ACCOUNT_ID]) ? $_ENV[DEMO_ACCOUNT_ID] : false; - } - public static function getNewsFeedResponse($userType = false) { if (! $userType) {