示例#1
0
文件: helpers.php 项目: sectorr/core
 /**
  * Helper: Redirect to the given url.
  *
  * @param $url
  */
 function url($url)
 {
     return Redirect::url($url);
 }