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