thinkphp-wechat/vendor/composer/autoload_psr4.php
Wenbin.Wang d49c9fde59 代码
2021-12-24 16:40:05 +08:00

15 lines
490 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($vendorDir . '/topthink/think-image/src'),
'app\\' => array($baseDir . '/application'),
);