portal.mkgtu.ru/common/modules/abiturient/models/FreePersonalData.php

17 lines
243 B
PHP
Executable File

<?php
namespace common\modules\abiturient\models;
class FreePersonalData extends PersonalData
{
public function __construct($config = [])
{
parent::__construct($config);
$this->validation_extender = null;
}
}