/** * Cron controller */ public function index() { $statistics = new Statistic(); $statistics->generate_all(); }