Beispiel #1
0
 /**
  * Remove a cookie from the queue.
  *
  * @param string $name
  * @return void 
  * @static 
  */
 public static function unqueue($name)
 {
     \Illuminate\Cookie\CookieJar::unqueue($name);
 }