withoutAttribute() public method

public withoutAttribute ( $attribute )
コード例 #1
0
ファイル: Request.php プロジェクト: spiffyjr/tonis
 /**
  * {@inheritDoc}
  */
 public function withoutAttribute($attribute)
 {
     return new self($this->app, parent::withoutAttribute($attribute));
 }