Esempio n. 1
0
 /**
  * Attempt to get the data
  *
  * @param Stash\Item $item
  * @return mixed
  */
 public function get($item)
 {
     return $item->get();
 }