@@ -45,7 +45,7 @@ |
||
45 | 45 | { |
46 | 46 | $this->serializerBuilder |
47 | 47 | ->addDefaultListeners() |
48 | - ->configureListeners(function (EventDispatcherInterface $dispatcher) { |
|
48 | + ->configureListeners(function(EventDispatcherInterface $dispatcher) { |
|
49 | 49 | $dispatcher->addSubscriber(new JsonEventSubscriber($this->relationFactory)); |
50 | 50 | }) |
51 | 51 | ; |