/** * Add multiple controller routes * * @param array $routes * @return Router */ public function addRoutes(array $routes) { $this->routeMatch->addRoutes($routes); return $this; }