Files
kiri-core/http-helper/IInterface/RouterInterface.php
T
2021-08-17 16:43:50 +08:00

12 lines
93 B
PHP

<?php
declare(strict_types=1);
namespace Http\IInterface;
interface RouterInterface
{
}