Update the namespace for user repository.

This commit is contained in:
Dave Smith-Hayes 2024-06-27 19:32:52 -04:00
parent f2aebb6d68
commit 19222f0cf9

View File

@ -3,7 +3,7 @@
namespace Slovocast\Tests\Controller\User; namespace Slovocast\Tests\Controller\User;
use Slovocast\Tests\TestCase; use Slovocast\Tests\TestCase;
use Slovocast\Domain\Repository\UserRepositoryInterface; use Slovocast\Domain\Repository\User\UserRepositoryInterface;
use Slovocast\Domain\Entity\User; use Slovocast\Domain\Entity\User;
use Odan\Session\SessionInterface; use Odan\Session\SessionInterface;
use Psr\Http\Message\ServerRequestInterface as Request; use Psr\Http\Message\ServerRequestInterface as Request;