Moved PasswordResetManager into Services\UserSystem namespace

This commit is contained in:
Jan Böhmer 2022-11-14 20:04:07 +01:00
parent 1e106a3da1
commit c5434ba842
2 changed files with 2 additions and 3 deletions

View file

@ -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;