mirror of
				https://gitee.com/zoujingli/ThinkAdmin.git
				synced 2025-11-04 05:32:09 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			691 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			691 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
// autoload_psr4.php @generated by Composer
 | 
						|
 | 
						|
$vendorDir = dirname(dirname(__FILE__));
 | 
						|
$baseDir = dirname($vendorDir);
 | 
						|
 | 
						|
return array(
 | 
						|
    'think\\mongo\\' => array($vendorDir . '/topthink/think-mongo/src'),
 | 
						|
    'think\\helper\\' => array($vendorDir . '/topthink/think-helper/src'),
 | 
						|
    'think\\composer\\' => array($vendorDir . '/topthink/think-installer/src'),
 | 
						|
    'think\\captcha\\' => array($vendorDir . '/topthink/think-captcha/src'),
 | 
						|
    'think\\' => array($baseDir . '/thinkphp/library/think', $vendorDir . '/topthink/think-queue/src'),
 | 
						|
    'Wechat\\' => array($vendorDir . '/zoujingli/wechat-php-sdk/Wechat'),
 | 
						|
    'Qiniu\\' => array($vendorDir . '/qiniu/php-sdk/src/Qiniu'),
 | 
						|
);
 |