autoload_psr4.php 490 B

123456789101112131415
  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'),
  10. 'app\\' => array($baseDir . '/application'),
  11. );