portal.mkgtu.ru/common/models/interfaces/IReferencesOData.php

10 lines
118 B
PHP
Raw Normal View History

2024-03-28 09:51:45 +03:00
<?php
namespace common\models\interfaces;
interface IReferencesOData
{
public static function updateLinks();
}