command = $command; } /** * {@inheritdoc} */ protected function delete(ServerRequestInterface $request) { $request->getAttribute('actor')->assertAdmin(); $this->command->run( new ArrayInput([]), new NullOutput() ); return new EmptyResponse(204); } }