priority menu item

This commit is contained in:
2024-09-24 14:57:25 +03:00
parent a48088581f
commit cb2c719b1b
12 changed files with 29 additions and 14 deletions

View File

@ -90,8 +90,6 @@ class MenuController extends AdminController
*/
public function actionEdit($id): void
{
// Debug::prn($_REQUEST);
// Debug::prn($_FILES);
$menuItem = Menu::find($id);
if (!$menuItem){
throw new Exception(message: "The menu item not found");