mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 23:42:48 +08:00
7 lines
119 B
PHP
7 lines
119 B
PHP
<?php
|
|
declare (strict_types=1);
|
|
|
|
return [
|
|
0 => 'think\\captcha\\CaptchaService',
|
|
1 => 'think\\app\\Service',
|
|
]; |