Skip to content

Commit 58b4aea

Browse files
authored
Update serializer.rst
Use the right namespace for the Attribute
1 parent 4f3ce76 commit 58b4aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serializer.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ their paths using a :doc:`valid PropertyAccess syntax </components/property_acce
416416
417417
namespace App\Model;
418418
419-
use Symfony\Component\Serializer\Annotation\SerializedPath;
419+
use Symfony\Component\Serializer\Attribute\SerializedPath;
420420
421421
class Person
422422
{

0 commit comments

Comments
 (0)