Skip to content

Commit 05c8115

Browse files
committed
Merge branch '6.4' into 7.1
* 6.4: add missing use statement
2 parents 6e5e069 + 4bdbfb8 commit 05c8115

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/serializer.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ Then, create your groups definition:
358358
359359
You are now able to serialize only attributes in the groups you want::
360360

361+
use Acme\MyObj;
361362
use Symfony\Component\Serializer\Normalizer\ObjectNormalizer;
362363
use Symfony\Component\Serializer\Serializer;
363364

0 commit comments

Comments
 (0)