Ejemplo n.º 1
0
 /**
  * Set a specific key & value.
  *
  * @param  string  $key
  * @param  mixed   $value
  *
  * @return self
  */
 public function set($key, $value)
 {
     $this->attributes->offsetSet($key, $value);
     return $this;
 }