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