mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 17:39:06 +02:00
Moved PasswordResetManager into Services\UserSystem namespace
This commit is contained in:
parent
1e106a3da1
commit
c5434ba842
2 changed files with 2 additions and 3 deletions
|
@ -45,7 +45,7 @@ namespace App\Controller;
|
|||
use App\Entity\UserSystem\User;
|
||||
use App\Events\SecurityEvent;
|
||||
use App\Events\SecurityEvents;
|
||||
use App\Services\PasswordResetManager;
|
||||
use App\Services\UserSystem\PasswordResetManager;
|
||||
use Doctrine\ORM\EntityManagerInterface;
|
||||
use Gregwar\CaptchaBundle\Type\CaptchaType;
|
||||
use RuntimeException;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue