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 7099329 commit bab29f2Copy full SHA for bab29f2
src/Entity/Tag.php
@@ -23,7 +23,7 @@
23
*/
24
#[ORM\Entity]
25
#[ORM\Table(name: 'symfony_demo_tag')]
26
-class Tag implements \JsonSerializable
+class Tag implements \Stringable, \JsonSerializable
27
{
28
#[ORM\Id]
29
#[ORM\GeneratedValue]
0 commit comments