예제 #1
0
 /**
  * Set the "previous" URL in the session.
  *
  * @param string $url
  * @return void 
  * @static 
  */
 public static function setPreviousUrl($url)
 {
     \Illuminate\Session\Store::setPreviousUrl($url);
 }