From 197c83385b6ef47a36731c81e74b38aabe8547a9 Mon Sep 17 00:00:00 2001 From: Christian Kolb Date: Thu, 5 Dec 2024 12:05:47 +0100 Subject: [PATCH] Fix imported type --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {