action button class
This commit is contained in:
@ -11,7 +11,7 @@ class MenuWidget extends Widget
|
||||
public function run(): void
|
||||
{
|
||||
$menu = Menu::where("parent_id", 0)->get()->sortBy("priority");
|
||||
$this->cgView->render('/admin/menu.php', ['menu' => $menu]);
|
||||
$this->cgView->render('/menu.php', ['menu' => $menu]);
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user