Exemplo n.º 1
0
 /**
  * Returns the compiled path for the route.
  *
  * @param string $routeName
  * @param array  $tokens
  *
  * @return string
  */
 protected function generateUrl($routeName, array $tokens = [])
 {
     return Router::generateUrl($routeName, $tokens);
 }