Beispiel #1
0
 /**
  * @param EventDispatcherInterface|null $eventDispatcher
  */
 public function __construct(EventDispatcherInterface $eventDispatcher = null)
 {
     parent::__construct($eventDispatcher);
 }