Skip to content

Commit f6a5fcd

Browse files
ker0xphansys
authored andcommitted
fixup! Use getFieldValue and setFieldValue methods
1 parent 318b494 commit f6a5fcd

File tree

1 file changed

+1
-1
lines changed
  • tests/Gedmo/Sluggable/Fixture/Embeddable

1 file changed

+1
-1
lines changed

tests/Gedmo/Sluggable/Fixture/Embeddable/User.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class User implements Sluggable
4949
private ?string $slug = null;
5050

5151
/**
52-
* @ORM\Embeddable(class=Address::class)
52+
* @ORM\Embedded(class=Address::class)
5353
*/
5454
#[Embedded(class: Address::class)]
5555
private Address $address;

0 commit comments

Comments
 (0)