Skip to content

Commit bab29f2

Browse files
committed
Fix CS
1 parent 7099329 commit bab29f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entity/Tag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424
#[ORM\Entity]
2525
#[ORM\Table(name: 'symfony_demo_tag')]
26-
class Tag implements \JsonSerializable
26+
class Tag implements \Stringable, \JsonSerializable
2727
{
2828
#[ORM\Id]
2929
#[ORM\GeneratedValue]

0 commit comments

Comments
 (0)