autoload_psr4.php 498 B

1234567891011121314
  1. <?php
  2. // autoload_psr4.php @generated by Composer
  3. $vendorDir = dirname(dirname(__FILE__));
  4. $baseDir = dirname($vendorDir);
  5. return array(
  6. 'think\\composer\\' => array($vendorDir . '/topthink/think-installer/src'),
  7. 'think\\captcha\\' => array($vendorDir . '/topthink/think-captcha/src'),
  8. 'think\\' => array($baseDir . '/thinkphp/library/think'),
  9. 'app\\' => array($baseDir . '/application'),
  10. 'Reflection\\Api\\Doc\\' => array($vendorDir . '/opqnext/reflection-api-doc/src'),
  11. );