We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7bca1c commit 840e975Copy full SHA for 840e975
tests/Fixtures/TestBundle/Entity/ContainNonResource.php
@@ -27,7 +27,7 @@
27
#[ORM\Entity]
28
class ContainNonResource
29
{
30
- #[ORM\Column(type: 'integer')]
+ #[ORM\Column(type: 'string')]
31
#[ORM\Id]
32
#[ORM\GeneratedValue(strategy: 'AUTO')]
33
#[Groups('contain_non_resource')]
0 commit comments