Skip to content

Commit 840e975

Browse files
Try
1 parent e7bca1c commit 840e975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Fixtures/TestBundle/Entity/ContainNonResource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#[ORM\Entity]
2828
class ContainNonResource
2929
{
30-
#[ORM\Column(type: 'integer')]
30+
#[ORM\Column(type: 'string')]
3131
#[ORM\Id]
3232
#[ORM\GeneratedValue(strategy: 'AUTO')]
3333
#[Groups('contain_non_resource')]

0 commit comments

Comments
 (0)