for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace hipanel\menus;
use hipanel\widgets\Menu;
class SidebarMenu extends \hiqdev\menumanager\Menu
{
public $widgetConfig = [
'class' => Menu::class,
];
public $options = [
'class' => 'sidebar-menu',
}