diff --git a/services/ApplicationService.php b/services/ApplicationService.php index 8c30238c..878ce3b5 100644 --- a/services/ApplicationService.php +++ b/services/ApplicationService.php @@ -16,10 +16,10 @@ class ApplicationService extends BaseService return self::$instance; } - private function __construct() - { - parent::__construct(); - } + #private function __construct() + #{ + # parent::__construct(); + #} public function GetInstalledVersion() { diff --git a/services/DatabaseService.php b/services/DatabaseService.php index 3a764d71..69d859aa 100644 --- a/services/DatabaseService.php +++ b/services/DatabaseService.php @@ -51,10 +51,10 @@ class DatabaseService return self::$instance; } - private static function __construct() - { - parent::__construct(); - } + #private static function __construct() + #{ + # parent::__construct(); + #} private function GetDbFilePath()