コード例 #1
0
ファイル: _ide_helper.php プロジェクト: satriashp/tour
 /**
  * Returns the session name.
  *
  * @return mixed The session name.
  * @static 
  */
 public static function getName()
 {
     return \Illuminate\Session\Store::getName();
 }