Files
kiri-core/Server/RequestInterface.php
T

16 lines
112 B
PHP
Raw Normal View History

2021-08-05 19:14:08 +08:00
<?php
namespace Server;
2021-08-17 16:43:50 +08:00
use Http\Http\Request;
2021-08-05 19:14:08 +08:00
/**
*
* @mixin Request
*/
interface RequestInterface
{
}