예제 #1
0
파일: helpers.php 프로젝트: sectorr/core
 /**
  * Helper: Redirect to the given url.
  *
  * @param $url
  */
 function url($url)
 {
     return Redirect::url($url);
 }