ThinkAdmin/vendor/composer/autoload_psr4.php
2017-02-13 15:32:23 +08:00

17 lines
691 B
PHP

<?php
// autoload_psr4.php @generated by Composer
$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
'think\\mongo\\' => array($vendorDir . '/topthink/think-mongo/src'),
'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'),
'Wechat\\' => array($vendorDir . '/zoujingli/wechat-php-sdk/Wechat'),
'Qiniu\\' => array($vendorDir . '/qiniu/php-sdk/src/Qiniu'),
);