This commit is contained in:
wangjinlei
2022-11-23 17:39:53 +08:00
parent e2a639d4fd
commit 40cf8445df
335 changed files with 58298 additions and 12 deletions

View File

@@ -11,6 +11,8 @@ return array(
'think\\captcha\\' => array($vendorDir . '/topthink/think-captcha/src'),
'think\\' => array($baseDir . '/thinkphp/library/think', $vendorDir . '/topthink/think-queue/src'),
'app\\' => array($baseDir . '/application'),
'PhpOffice\\PhpWord\\' => array($vendorDir . '/phpoffice/phpword/src/PhpWord'),
'PHPMailer\\PHPMailer\\' => array($vendorDir . '/phpmailer/phpmailer/src'),
'Laminas\\Escaper\\' => array($vendorDir . '/laminas/laminas-escaper/src'),
'Api\\Doc\\' => array($vendorDir . '/weiwei/api-doc/src'),
);