autoload_psr4.php 879 B

123456789101112131415161718
  1. <?php
  2. // autoload_psr4.php @generated by Composer
  3. $vendorDir = dirname(dirname(__FILE__));
  4. $baseDir = dirname($vendorDir);
  5. return array(
  6. 'think\\mongo\\' => array($vendorDir . '/topthink/think-mongo/src'),
  7. 'think\\migration\\' => array($vendorDir . '/topthink/think-migration/src'),
  8. 'think\\helper\\' => array($vendorDir . '/topthink/think-helper/src'),
  9. 'think\\composer\\' => array($vendorDir . '/topthink/think-installer/src'),
  10. 'think\\captcha\\' => array($vendorDir . '/topthink/think-captcha/src'),
  11. 'think\\' => array($baseDir . '/thinkphp/library/think', $vendorDir . '/topthink/think-image/src', $vendorDir . '/topthink/think-queue/src'),
  12. 'app\\' => array($baseDir . '/application'),
  13. 'Phinx\\' => array($vendorDir . '/topthink/think-migration/phinx/src/Phinx'),
  14. 'GatewayClient\\' => array($vendorDir . '/workerman/gatewayclient'),
  15. );