Files
kiri-core/http-handler/Abstracts/Middleware.php
T
2021-09-24 17:56:05 +08:00

17 lines
221 B
PHP

<?php
namespace Http\Handler\Abstracts;
use Annotation\Inject;
use Psr\Http\Server\MiddlewareInterface;
use Server\Constrict\ResponseInterface;
/**
*
*/
abstract class Middleware implements MiddlewareInterface
{
}