withoutAttribute() public method

public withoutAttribute ( $attribute )
Exemplo n.º 1
0
 /**
  * {@inheritDoc}
  */
 public function withoutAttribute($attribute)
 {
     return new self($this->app, parent::withoutAttribute($attribute));
 }