add format_ago filter, remove time service

This commit is contained in:
ghost 2023-10-07 22:14:57 +03:00
parent e772955eb2
commit df253ba1b0
6 changed files with 78 additions and 91 deletions

View file

@ -12,7 +12,6 @@ use Symfony\Component\HttpFoundation\Request;
use App\Service\UserService;
use App\Service\PageService;
use App\Service\TorrentService;
use App\Service\TimeService;
class PageController extends AbstractController
{