diff --git a/README.md b/README.md index f7b9aa6..2bee4eb 100644 --- a/README.md +++ b/README.md @@ -240,7 +240,7 @@ declare(strict_types=1); namespace App\Doctrine; use App\ValueObject\UserIdList; -use DigitalCraftsman\Ids\Doctrine\IdListType; +use DigitalCraftsman\SelfAwareNormalizers\Doctrine\ArrayNormalizableType; final class UserIdListType extends ArrayNormalizableType {