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

8 lines
150 B
PHP
Raw Permalink Normal View History

2024-03-28 09:51:45 +03:00
<?php
namespace common\modules\abiturient\models\interfaces;
interface ICanGetPathToStoreFile
{
public function getPathToStoreFiles(): string;
}