Moved TwoFactor services into Services\UserSystem namespace

This commit is contained in:
Jan Böhmer 2022-11-14 20:02:58 +01:00
parent 5a1d4251f4
commit 1e106a3da1
5 changed files with 7 additions and 7 deletions

View file

@ -40,7 +40,7 @@ declare(strict_types=1);
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
namespace App\Services\TFA;
namespace App\Services\UserSystem\TFA;
use Exception;
use RuntimeException;

View file

@ -40,7 +40,7 @@ declare(strict_types=1);
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
namespace App\Services\TFA;
namespace App\Services\UserSystem\TFA;
use App\Entity\UserSystem\User;