1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-26 18:21:02 +00:00

Rename ManageController to UserController

This commit is contained in:
Yassine Guedidi 2023-12-25 20:31:23 +01:00
parent 922ddc9d63
commit 0075456344
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ use Wallabag\UserBundle\Repository\UserRepository;
/**
* User controller.
*/
class ManageController extends AbstractController
class UserController extends AbstractController
{
private EntityManagerInterface $entityManager;
private TranslatorInterface $translator;