This commit is contained in:
molong
2022-05-12 18:12:20 +08:00
parent c31729ec7e
commit fe38e19924
284 changed files with 33456 additions and 11 deletions

6
app/middleware.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
// 全局中间件定义文件
return [
\app\middleware\Api::class,
\app\middleware\Validate::class,
];