Beispiel #1
0
 public function __invoke($commandOrQuery)
 {
     $this->outcome->reset();
     $this->outcome->returned = $this->application->handle($commandOrQuery);
 }