mirror of
				https://gitee.com/ledc/IYUUAutoReseed
				synced 2025-10-31 16:59:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			47 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| // autoload_static.php @generated by Composer
 | |
| 
 | |
| namespace Composer\Autoload;
 | |
| 
 | |
| class ComposerStaticInitd8553673db02b2a444a853f28e16196e
 | |
| {
 | |
|     public static $files = array (
 | |
|         '45702aba72a3d88d5dd1a153f5231b73' => __DIR__ . '/../..' . '/app/helper.php',
 | |
|     );
 | |
| 
 | |
|     public static $prefixLengthsPsr4 = array (
 | |
|         'I' => 
 | |
|         array (
 | |
|             'IYUU\\' => 5,
 | |
|         ),
 | |
|     );
 | |
| 
 | |
|     public static $prefixDirsPsr4 = array (
 | |
|         'IYUU\\' => 
 | |
|         array (
 | |
|             0 => __DIR__ . '/../..' . '/app',
 | |
|         ),
 | |
|     );
 | |
| 
 | |
|     public static $prefixesPsr0 = array (
 | |
|         'C' => 
 | |
|         array (
 | |
|             'Curl' => 
 | |
|             array (
 | |
|                 0 => __DIR__ . '/..' . '/curl/curl/src',
 | |
|             ),
 | |
|         ),
 | |
|     );
 | |
| 
 | |
|     public static function getInitializer(ClassLoader $loader)
 | |
|     {
 | |
|         return \Closure::bind(function () use ($loader) {
 | |
|             $loader->prefixLengthsPsr4 = ComposerStaticInitd8553673db02b2a444a853f28e16196e::$prefixLengthsPsr4;
 | |
|             $loader->prefixDirsPsr4 = ComposerStaticInitd8553673db02b2a444a853f28e16196e::$prefixDirsPsr4;
 | |
|             $loader->prefixesPsr0 = ComposerStaticInitd8553673db02b2a444a853f28e16196e::$prefixesPsr0;
 | |
| 
 | |
|         }, null, ClassLoader::class);
 | |
|     }
 | |
| }
 |