From 19222f0cf9801e985da6ddc6f62ec125cfd32df8 Mon Sep 17 00:00:00 2001 From: Dave Smith-Hayes Date: Thu, 27 Jun 2024 19:32:52 -0400 Subject: [PATCH] Update the namespace for user repository. --- app/tests/Controller/User/RegisterUserActionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/tests/Controller/User/RegisterUserActionTest.php b/app/tests/Controller/User/RegisterUserActionTest.php index 45a1f39..aacada1 100644 --- a/app/tests/Controller/User/RegisterUserActionTest.php +++ b/app/tests/Controller/User/RegisterUserActionTest.php @@ -3,7 +3,7 @@ namespace Slovocast\Tests\Controller\User; use Slovocast\Tests\TestCase; -use Slovocast\Domain\Repository\UserRepositoryInterface; +use Slovocast\Domain\Repository\User\UserRepositoryInterface; use Slovocast\Domain\Entity\User; use Odan\Session\SessionInterface; use Psr\Http\Message\ServerRequestInterface as Request;