We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829cef5 commit 473e92eCopy full SHA for 473e92e
core/deprecations.md
@@ -167,7 +167,7 @@ You can prefix your URI Templates and change the representation using serializat
167
namespace App\ApiResource;
168
169
use ApiPlatform\Metadata\Get;
170
-use Symfony\Component\Serializer\Attrbute\Groups;
+use Symfony\Component\Serializer\Attribute\Groups;
171
172
#[Get(uriTemplate: '/v1/books/{id}', normalizationContext: ['groups' => ['v1']])]
173
#[Get(uriTemplate: '/v2/books/{id}', normalizationContext: ['groups' => ['v2']])]
0 commit comments