Esempio n. 1
0
 /**
  * @param  string $key
  * @param  mixed  $default
  * @return mixed
  */
 public function getAttribute($key, $default = null)
 {
     return $this->item->getAttribute($key, $default);
 }