Files
EasyAdmin8/app/service.php
wolfcode e1c3216904 init
2023-06-15 16:18:27 +08:00

7 lines
119 B
PHP

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