Ejemplo n.º 1
0
 public function after()
 {
     $cron = new Cron();
     $cron->check();
     $this->seo();
     $this->render();
 }
Ejemplo n.º 2
0
 public function before()
 {
     User::factory()->is_remember();
     $this->redirects();
     $cron = new Cron();
     $cron->check();
     $this->config();
     $this->access();
 }