15 lines
166 B
PHP
Executable File
15 lines
166 B
PHP
Executable File
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: kirill
|
|
* Date: 21.11.18
|
|
* Time: 13:40
|
|
*/
|
|
|
|
namespace backend\modules\hh\models;
|
|
|
|
|
|
class Hh extends \common\models\Hh
|
|
{
|
|
|
|
} |