mirror of
https://github.com/ledccn/IYUUPlus.git
synced 2025-04-30 01:39:56 +00:00
11 lines
159 B
PHP
11 lines
159 B
PHP
<?php
|
|
/**
|
|
* 中间件配置
|
|
*/
|
|
return [
|
|
'' => [
|
|
app\middleware\AuthCheck::class,
|
|
//support\middleware\AccessControlTest::class,
|
|
]
|
|
];
|