yii2-menu icon indicating copy to clipboard operation
yii2-menu copied to clipboard

findMenu

Open Akopean opened this issue 8 years ago • 1 comments

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

Akopean avatar Dec 06 '16 11:12 Akopean