mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-13 22:54:25 +01:00
Multi-db support
This commit is contained in:
parent
2d6fcb4e39
commit
0f8601ed10
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user