mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-09 01:35:35 +08:00
10 lines
63 B
PHP
10 lines
63 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
|
||
|
|
namespace ZM\Http;
|
||
|
|
|
||
|
|
|
||
|
|
interface MiddlewareInterface
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|