コード例 #1
0
ファイル: _ide_helper.php プロジェクト: satriashp/tour
 /**
  * Set the request on the handler instance.
  *
  * @param \Symfony\Component\HttpFoundation\Request $request
  * @return void 
  * @static 
  */
 public static function setRequestOnHandler($request)
 {
     \Illuminate\Session\Store::setRequestOnHandler($request);
 }