mirror of
				https://gitee.com/ledc/IYUUAutoReseed
				synced 2025-10-31 00:39:50 +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 ComposerStaticInitc1e5fbd59e164c9ce8925e2ca672401d
 | |
| {
 | |
|     public static $files = array (
 | |
|         'f32902f145fce7a432f59959f59e5a18' => __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 = ComposerStaticInitc1e5fbd59e164c9ce8925e2ca672401d::$prefixLengthsPsr4;
 | |
|             $loader->prefixDirsPsr4 = ComposerStaticInitc1e5fbd59e164c9ce8925e2ca672401d::$prefixDirsPsr4;
 | |
|             $loader->prefixesPsr0 = ComposerStaticInitc1e5fbd59e164c9ce8925e2ca672401d::$prefixesPsr0;
 | |
| 
 | |
|         }, null, ClassLoader::class);
 | |
|     }
 | |
| }
 |