This commit is contained in:
2021-09-17 18:55:08 +08:00
parent fc41341e3b
commit 1aabda2074
11 changed files with 428 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
namespace Http\Handler\Abstracts;
use Psr\Http\Server\MiddlewareInterface;
abstract class Middleware implements MiddlewareInterface
{
}