Skip to content

Commit f5f72c4

Browse files
authored
ci: fix testMapPutAllowCreate with symfony/object-mapper (8.1.x-dev 6b6b529) (api-platform#7669)
1 parent c8493bb commit f5f72c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Fixtures/TestBundle/Entity/MappedResourceWithRelationEntity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
class MappedResourceWithRelationEntity
2323
{
2424
#[ORM\Id, ORM\Column]
25-
#[Map(transform: 'to_string')]
25+
#[Map(transform: 'strval')]
2626
private ?int $id = null;
2727

2828
#[ORM\ManyToOne(targetEntity: MappedResourceWithRelationRelatedEntity::class)]

0 commit comments

Comments
 (0)