portal.mkgtu.ru/common/modules/abiturient/models/interfaces/ICanGetPathToStoreFile.php

8 lines
150 B
PHP
Executable File

<?php
namespace common\modules\abiturient\models\interfaces;
interface ICanGetPathToStoreFile
{
public function getPathToStoreFiles(): string;
}