Multi-db support

This commit is contained in:
Hillel Coren 2017-05-01 18:35:18 +03:00
parent 2d6fcb4e39
commit 0f8601ed10

View File

@ -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) public static function getNewsFeedResponse($userType = false)
{ {
if (! $userType) { if (! $userType) {