Exemplo n.º 1
0
 public function render()
 {
     $this->template->pads = $this->padRepository->findBy(['user' => $this->user->getId()]);
     $this->template->render(__DIR__ . '/default.latte');
 }