Run Cron once.
\Symfony\Component\HttpFoundation\Response A Symfony response object.
public function run() { $this->cron ->run(); // HTTP 204 is "No content", meaning "I did what you asked and we're done." return new Response('', 204); }