checkWebhookToken(); $input = new ArrayInput(array( 'command' => 'cronjob', )); $output = new NullOutput(); $this->cli->setAutoExit(false); $this->cli->run($input, $output); $this->response->html('Cronjob executed'); } }