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:
parent
922ddc9d63
commit
0075456344
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
Loading…
Add table
Add a link
Reference in a new issue