Initial commit: queue workspace
Made-with: Cursor
This commit is contained in:
7
pro_v3.5.1/vendor/topthink/think-throttle/tests/config/global-middleware.php
vendored
Normal file
7
pro_v3.5.1/vendor/topthink/think-throttle/tests/config/global-middleware.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
// 全局中间件定义文件
|
||||
return [
|
||||
\think\middleware\Throttle::class,
|
||||
// Session初始化
|
||||
\think\middleware\SessionInit::class
|
||||
];
|
||||
Reference in New Issue
Block a user