Пример #1
0
 /**
  * Get the previous URL from the session.
  *
  * @return string|null 
  * @static 
  */
 public static function previousUrl()
 {
     return \Illuminate\Session\Store::previousUrl();
 }