Skip to content

Commit 66c0275

Browse files
authored
Update serializer.rst
1 parent c4a2178 commit 66c0275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/serializer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ exists in your project::
126126
Now, if you want to serialize this object into JSON, you only need to
127127
use the Serializer service created before::
128128

129-
$person = new App\Model\Person();
129+
$person = new \App\Model\Person();
130130
$person->setName('foo');
131131
$person->setAge(99);
132132
$person->setSportsperson(false);

0 commit comments

Comments
 (0)