Agassi
Results
1
issues of
Agassi
findMenu
1
Add Method CreatorController protected function findMenu($id) { if (($model = Model::findOne($id)) !== null) { return $model; } else { throw new NotFoundHttpException('.....'); } }