mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 20:36:15 +02:00
unable to make the constructor private
This commit is contained in:
parent
b9f9e18160
commit
72f60bc321
|
|
@ -16,10 +16,10 @@ class ApplicationService extends BaseService
|
|||
return self::$instance;
|
||||
}
|
||||
|
||||
private function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
}
|
||||
#private function __construct()
|
||||
#{
|
||||
# parent::__construct();
|
||||
#}
|
||||
|
||||
public function GetInstalledVersion()
|
||||
{
|
||||
|
|
|
|||
|
|
@ -51,10 +51,10 @@ class DatabaseService
|
|||
return self::$instance;
|
||||
}
|
||||
|
||||
private static function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
}
|
||||
#private static function __construct()
|
||||
#{
|
||||
# parent::__construct();
|
||||
#}
|
||||
|
||||
|
||||
private function GetDbFilePath()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user