Esempio n. 1
0
 public function execute(Command $command)
 {
     $handler = $this->commandTranslator->toCommandHandler($command);
     return $this->app->make($handler)->handle($command);
 }