/** * Scaffold Route * */ public function Route() { $this->generator->route(); }
/** * Scaffold Route * */ public function Route() { $this->generator->route(); return $this; }