예제 #1
0
 /**
  * Remove header key from the collection
  *
  * @param $name
  * @return $this|void
  */
 public function remove($name)
 {
     parent::remove($this->normalizeName($name));
 }