Commit 95457da8 authored by Shakarim Sapa's avatar Shakarim Sapa

- Fix

parent 3e55a1c9
......@@ -61,9 +61,9 @@ class Module extends \common\components\WebModule
*/
public static function adminMenu()
{
return array(
return [
'Новый кейс' => '/cases/case-admin/create',
'Список кейсов' => '/cases/case-admin/manage',
);
];
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment