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

17 lines
243 B
PHP
Raw Normal View History

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