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