Files
journal/vendor/composer/autoload_psr4.php
wangjinlei 6313a35360 20201112
2022-03-30 11:59:42 +08:00

18 lines
732 B
PHP

<?php
// autoload_psr4.php @generated by Composer
$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
'think\\helper\\' => array($vendorDir . '/topthink/think-helper/src'),
'think\\composer\\' => array($vendorDir . '/topthink/think-installer/src'),
'think\\captcha\\' => array($vendorDir . '/topthink/think-captcha/src'),
'think\\' => array($baseDir . '/thinkphp/library/think', $vendorDir . '/topthink/think-queue/src'),
'lampol\\' => array($vendorDir . '/lampol/phpmail/src'),
'app\\' => array($baseDir . '/application'),
'PHPMailer\\PHPMailer\\' => array($vendorDir . '/phpmailer/phpmailer/src'),
'Api\\Doc\\' => array($vendorDir . '/weiwei/api-doc/src'),
);