withoutHeader() public method

public withoutHeader ( $header )
示例#1
0
 /**
  * {@inheritDoc}
  */
 public function withoutHeader($header)
 {
     return new self($this->app, parent::withoutHeader($header));
 }