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