autoload_psr4.php 479 B

12345678910111213
  1. <?php
  2. // autoload_psr4.php @generated by Composer
  3. $vendorDir = dirname(dirname(__FILE__));
  4. $baseDir = dirname($vendorDir);
  5. return array(
  6. 'think\\helper\\' => array($vendorDir . '/topthink/think-helper/src'),
  7. 'think\\composer\\' => array($vendorDir . '/topthink/think-installer/src'),
  8. 'think\\captcha\\' => array($vendorDir . '/topthink/think-captcha/src'),
  9. 'think\\' => array($vendorDir . '/topthink/think-image/src', $baseDir . '/thinkphp/library/think'),
  10. );