Files
huangjingfen/pro_v3.5.1/vendor/topthink/think-throttle/tests/config/global-middleware.php

8 lines
153 B
PHP
Raw Normal View History

<?php
// 全局中间件定义文件
return [
\think\middleware\Throttle::class,
// Session初始化
\think\middleware\SessionInit::class
];