Ejemplo n.º 1
0
 /**
  * __construct Inital AppController
  */
 public function __construct()
 {
     Guard::csrfFilter('post');
 }