Add namespace Processmaker\Core
This commit is contained in:
@@ -11,7 +11,7 @@ class NotificationDevice
|
||||
|
||||
public function checkMobileNotifications()
|
||||
{
|
||||
$conf = \PmSystem::getSystemConfiguration('', '', SYS_SYS);
|
||||
$conf = \ProcessMaker\Core\System::getSystemConfiguration('', '', SYS_SYS);
|
||||
$activeNotifications = true;
|
||||
if (isset($conf['mobileNotifications'])) {
|
||||
$activeNotifications = $conf['mobileNotifications'] == 1 ? true : false;
|
||||
|
||||
Reference in New Issue
Block a user