Skip to content

Commit

Permalink
minor #20203 [Serializer] Update serializer.rst - Use the right names…
Browse files Browse the repository at this point in the history
…pace for the Attribute (nBuga)

This PR was merged into the 6.4 branch.

Discussion
----------

[Serializer] Update serializer.rst - Use the right namespace for the Attribute

Use the right namespace for the Attribute

<!--

If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).

If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `7.x` for features of unreleased versions).

-->

Commits
-------

58b4aea Update serializer.rst
  • Loading branch information
javiereguiluz committed Sep 6, 2024
2 parents 4f3ce76 + 58b4aea commit 7b0d4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serializer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ their paths using a :doc:`valid PropertyAccess syntax </components/property_acce
namespace App\Model;
use Symfony\Component\Serializer\Annotation\SerializedPath;
use Symfony\Component\Serializer\Attribute\SerializedPath;
class Person
{
Expand Down

0 comments on commit 7b0d4f5

Please sign in to comment.