withAttribute() public method

public withAttribute ( $attribute, $value )
Example #1
0
 /**
  * {@inheritDoc}
  */
 public function withAttribute($attribute, $value)
 {
     return new self($this->app, parent::withAttribute($attribute, $value));
 }