mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 09:35:28 +00:00
fix static call
This commit is contained in:
parent
8d1c35360b
commit
737b79b608
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ class TimeService
|
|||
|
||||
if ($diff < 1)
|
||||
{
|
||||
return self::$translator->trans('now');
|
||||
return $this->translator->trans('now');
|
||||
}
|
||||
|
||||
$values =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue