Commit cd10c65a authored by Shakarim Sapa's avatar Shakarim Sapa

- Добавлен version

parent e3511d94
...@@ -38,6 +38,14 @@ class Module extends \common\components\WebModule ...@@ -38,6 +38,14 @@ class Module extends \common\components\WebModule
return 'Управление кейсами'; return 'Управление кейсами';
} }
/**
* @return string|void
*/
public static function version()
{
return '1.0';
}
/** /**
* @inheritdoc * @inheritdoc
*/ */
......
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