Files
ulthon_admin/app/service.php
2021-11-12 11:21:14 +08:00

7 lines
119 B
PHP

<?php
declare (strict_types=1);
return [
0 => 'think\\captcha\\CaptchaService',
1 => 'think\\app\\Service',
];