Files
kiri-core/Server/RequestInterface.php
T
2021-08-17 16:52:50 +08:00

16 lines
115 B
PHP

<?php
namespace Server;
use Http\Context\Request;
/**
*
* @mixin Request
*/
interface RequestInterface
{
}