This commit is contained in:
2018-11-21 17:02:14 +03:00
parent 1e728726d0
commit 5a8b88b225
40 changed files with 1500 additions and 8 deletions

View File

@ -0,0 +1,15 @@
<?php
/**
* Created by PhpStorm.
* User: kirill
* Date: 21.11.18
* Time: 15:22
*/
namespace backend\modules\hh\models;
class HhJob extends \common\models\HhJob
{
}