guild/backend/modules/hh/models/HhJob.php
2018-11-21 17:02:14 +03:00

15 lines
172 B
PHP

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