1234567891011121314 |
- <?php
- // autoload_psr4.php @generated by Composer
- $vendorDir = dirname(dirname(__FILE__));
- $baseDir = dirname($vendorDir);
- return array(
- 'think\\composer\\' => array($vendorDir . '/topthink/think-installer/src'),
- 'think\\captcha\\' => array($vendorDir . '/topthink/think-captcha/src'),
- 'think\\' => array($baseDir . '/thinkphp/library/think'),
- 'app\\' => array($baseDir . '/application'),
- 'Reflection\\Api\\Doc\\' => array($vendorDir . '/opqnext/reflection-api-doc/src'),
- );
|