Esempio n. 1
0
 /**
  * @param  int   $id
  * @return array
  */
 public function retrieveOne($id)
 {
     return $this->table->find($id);
 }