mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-20 15:15:35 +08:00
add Middleware
This commit is contained in:
10
src/ZM/Http/MiddlewareInterface.php
Normal file
10
src/ZM/Http/MiddlewareInterface.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace ZM\Http;
|
||||
|
||||
|
||||
interface MiddlewareInterface
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user