From 0c305100194aca252e2353ace7f30c73d3b7e78d Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 11 Apr 2021 17:15:19 +0200 Subject: [PATCH] fix account password update --- core/Controller/Account/AccountAdminController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Controller/Account/AccountAdminController.php b/core/Controller/Account/AccountAdminController.php index 4a3ad04..5ea4b6e 100644 --- a/core/Controller/Account/AccountAdminController.php +++ b/core/Controller/Account/AccountAdminController.php @@ -4,7 +4,7 @@ namespace App\Core\Controller\Account; use App\Core\Controller\Admin\AdminController; use App\Core\Manager\EntityManager; -use App\Core\Repository\UserRepository; +use App\Repository\UserRepository; use Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Google\GoogleAuthenticatorInterface; use Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Google\GoogleAuthenticatorInterface as TotpAuthenticatorInterface; use Symfony\Component\HttpFoundation\Request;