Ejemplo n.º 1
0
 /**
  * Cron controller
  */
 public function index()
 {
     $statistics = new Statistic();
     $statistics->generate_all();
 }