mirror of
https://gitee.com/wonderful-code/buildadmin
synced 2024-11-21 14:41:29 +00:00
6 lines
113 B
PHP
6 lines
113 B
PHP
<?php
|
|
return [
|
|
\app\common\middleware\AllowCrossDomain::class,
|
|
\think\middleware\LoadLangPack::class,
|
|
];
|