コード例 #1
0
ファイル: _ide_helper.php プロジェクト: satriashp/tour
 /**
  * Get the session store used by the guard.
  *
  * @return \Illuminate\Session\Store 
  * @static 
  */
 public static function getSession()
 {
     return \Illuminate\Auth\Guard::getSession();
 }