Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function dispatch(MessageInterface $query)
 {
     $this->autoRegister($query);
     $this->validator->validateWithAnnotation($query);
     $this->validator->assertValid();
     return parent::dispatch($query);
 }