@@ -3,9 +3,9 @@ |
||
3 | 3 | namespace Spatie\EventProjector\EventSerializers; |
4 | 4 | |
5 | 5 | use Spatie\EventProjector\ShouldBeStored; |
6 | -use Symfony\Component\Serializer\Serializer as SymfonySerializer; |
|
7 | 6 | use Symfony\Component\Serializer\Encoder\JsonEncoder; |
8 | 7 | use Symfony\Component\Serializer\Normalizer\ObjectNormalizer; |
8 | +use Symfony\Component\Serializer\Serializer as SymfonySerializer; |
|
9 | 9 | |
10 | 10 | class JsonSerializer implements Serializer |
11 | 11 | { |