mirror of
https://gitee.com/wonderful-code/buildadmin
synced 2024-11-23 07:40:18 +00:00
6 lines
110 B
PHP
6 lines
110 B
PHP
|
<?php
|
||
|
return [
|
||
|
\app\common\library\AllowCrossDomain::class,
|
||
|
\think\middleware\LoadLangPack::class,
|
||
|
];
|