diff --git a/tests/Models/ClientMapperTest.php b/tests/Models/ClientMapperTest.php index c73805e..014fc93 100644 --- a/tests/Models/ClientMapperTest.php +++ b/tests/Models/ClientMapperTest.php @@ -18,8 +18,8 @@ use Modules\Admin\Models\NullAccount; use Modules\ClientManagement\Models\Client; use Modules\ClientManagement\Models\ClientMapper; use Modules\Profile\Models\NullProfile; -use Modules\Profile\Models\ProfileMapper; use Modules\Profile\Models\Profile; +use Modules\Profile\Models\ProfileMapper; /** * @internal