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;