This website requires JavaScript.
Explore
Help
Sign In
zhamao-robot
/
zhamao-framework
Watch
1
Star
0
Fork
0
You've already forked zhamao-framework
mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced
2026-07-22 16:15:34 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
56d2a527061cef93ed05156226dc4e15466f6cde
zhamao-framework
/
src
/
ZM
/
Http
/
MiddlewareInterface.php
10 lines
87 B
PHP
Raw
Normal View
History
Unescape
Escape
add Middleware
2020-03-25 18:35:16 +08:00
<
?
php
add cs fixer and PHPStan and activate it (build 436)
2022-03-15 18:05:33 +08:00
declare
(
strict_types
=
1
);
add Middleware
2020-03-25 18:35:16 +08:00
namespace
ZM\Http
;
interface
MiddlewareInterface
{
add Middleware and release version 1.1.0
2020-03-29 16:29:02 +08:00
}
Reference in New Issue
Copy Permalink