add skill and position

This commit is contained in:
king199025
2018-10-12 14:52:08 +03:00
parent c9db4cd49b
commit 369cf94f23
52 changed files with 1129 additions and 62 deletions

View File

@ -0,0 +1,8 @@
<?php
namespace backend\modules\settings\models;
class Skill extends \common\models\Skill
{
}