コード例 #1
0
ファイル: helpers.php プロジェクト: sectorr/core
 /**
  * Helper: Redirect to the given url.
  *
  * @param $url
  */
 function url($url)
 {
     return Redirect::url($url);
 }