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