Beispiel #1
0
 /**
  * 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();
 }