mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-27 02:25:34 +08:00
11 lines
64 B
PHP
11 lines
64 B
PHP
<?php
|
|
|
|
|
|
namespace ZM\Http;
|
|
|
|
|
|
interface MiddlewareInterface
|
|
{
|
|
|
|
}
|