mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
开始自动更新架构
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
<?php
|
||||
declare (strict_types=1);
|
||||
|
||||
return [
|
||||
declare(strict_types=1);
|
||||
|
||||
$service_default = [
|
||||
0 => 'think\\captcha\\CaptchaService',
|
||||
1 => 'think\\app\\Service',
|
||||
];
|
||||
];
|
||||
|
||||
$service_common = include_once __DIR__ . '/app/common/app/service.php';
|
||||
|
||||
$service = array_merge($service_default, $service_common);
|
||||
|
||||
return ksort($service);
|
||||
|
||||
Reference in New Issue
Block a user