mirror of
https://github.com/grocy/grocy.git
synced 2026-04-07 05:16:15 +02:00
correct typo of treating self() as a var instead of a function
This commit is contained in:
parent
1659e151a7
commit
aa1cc4ad88
|
|
@ -11,7 +11,7 @@ class ApplicationService extends BaseService
|
||||||
{
|
{
|
||||||
if (self::$instance == null)
|
if (self::$instance == null)
|
||||||
{
|
{
|
||||||
self::$instance = new $self();
|
self::$instance = new self();
|
||||||
}
|
}
|
||||||
return self::$instance;
|
return self::$instance;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user