Agassi

Results 1 issues of Agassi

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