Beispiel #1
0
 /**
  * @param $id
  * @return mixed
  */
 public function getPage($id)
 {
     return $this->repository->find($id);
 }