コード例 #1
0
ファイル: _ide_helper.php プロジェクト: satriashp/tour
 /**
  * Get the cookie creator instance used by the guard.
  *
  * @return \Illuminate\Contracts\Cookie\QueueingFactory 
  * @throws \RuntimeException
  * @static 
  */
 public static function getCookieJar()
 {
     return \Illuminate\Auth\Guard::getCookieJar();
 }