예제 #1
0
파일: Presenter.php 프로젝트: ytnuk/link
 public function actionEdit(int $id)
 {
     if (!($this->entity = $this->repository->getById($id))) {
         $this->error();
     }
 }