Exemplo n.º 1
0
 /**
  * Scaffold Route
  *
  */
 public function Route()
 {
     $this->generator->route();
 }
Exemplo n.º 2
0
 /**
  * Scaffold Route
  *
  */
 public function Route()
 {
     $this->generator->route();
     return $this;
 }