This commit is contained in:
SoHardKI
2019-07-16 12:16:13 +03:00
parent c708dd902a
commit 3d915d77bc
3 changed files with 5 additions and 8 deletions

View File

@ -4,8 +4,5 @@ namespace backend\modules\holiday\models;
class Holiday extends \common\models\Holiday
{
public function init()
{
parent::init();
}
}