ThinkAdmin/vendor/composer/autoload_psr4.php
2017-02-07 02:56:58 -05:00

19 lines
831 B
PHP

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