mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 12:26: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)
|
||||
{
|
||||
self::$instance = new $self();
|
||||
self::$instance = new self();
|
||||
}
|
||||
return self::$instance;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user