Skip to content

Commit d759422

Browse files
authored
Merge pull request #517 from paxal/patch-1
[Core/Serialization] Use correct ContextAwareNormalizerInterface
2 parents b3d9a00 + 844faf7 commit d759422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/serialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ The Normalizer class is a bit harder to understand because it has to make sure t
405405
406406
namespace App\Serializer;
407407
408-
class BookAttributeNormalizer implements NormalizerInterface, SerializerAwareInterface
408+
class BookAttributeNormalizer implements ContextAwareNormalizerInterface, SerializerAwareInterface
409409
{
410410
use SerializerAwareTrait;
411411

0 commit comments

Comments
 (0)