Skip to content

Commit

Permalink
Fix imported type
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Kolb committed Dec 5, 2024
1 parent b076c9c commit 197c833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 197c833

Please sign in to comment.