Skip to content

Commit f25d0c4

Browse files
Add “use” block in BookAttributeNormalizer
1 parent b555164 commit f25d0c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

core/serialization.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,11 @@ Here is an example:
448448
449449
namespace App\Serializer;
450450
451+
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
452+
use Symfony\Component\Serializer\Normalizer\ContextAwareNormalizerInterface;
453+
use Symfony\Component\Serializer\SerializerAwareInterface;
454+
use Symfony\Component\Serializer\SerializerAwareTrait;
455+
451456
class BookAttributeNormalizer implements ContextAwareNormalizerInterface, SerializerAwareInterface
452457
{
453458
use SerializerAwareTrait;

0 commit comments

Comments
 (0)