withAttribute() public method

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