コード例 #1
0
ファイル: _ide_helper.php プロジェクト: satriashp/tour
 /**
  * Get the previous URL from the session.
  *
  * @return string|null 
  * @static 
  */
 public static function previousUrl()
 {
     return \Illuminate\Session\Store::previousUrl();
 }