mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-02-02 10:04:52 +00:00
fix static call
This commit is contained in:
parent
8d1c35360b
commit
737b79b608
@ -19,7 +19,7 @@ class TimeService
|
|||||||
|
|
||||||
if ($diff < 1)
|
if ($diff < 1)
|
||||||
{
|
{
|
||||||
return self::$translator->trans('now');
|
return $this->translator->trans('now');
|
||||||
}
|
}
|
||||||
|
|
||||||
$values =
|
$values =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user