8 lines
107 B
PHP
8 lines
107 B
PHP
|
<?php
|
||
|
|
||
|
namespace common\modules\abiturient\models\chat;
|
||
|
|
||
|
class AbiturientChatFile extends ChatFileBase
|
||
|
{
|
||
|
}
|