fix static call

This commit is contained in:
ghost 2023-10-03 17:24:34 +03:00
parent 8d1c35360b
commit 737b79b608

View File

@ -19,7 +19,7 @@ class TimeService
if ($diff < 1)
{
return self::$translator->trans('now');
return $this->translator->trans('now');
}
$values =