| 
									
										
										
										
											2023-08-10 14:59:52 +08:00
										 |  |  | <?php | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // autoload_real.php @generated by Composer
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class ComposerAutoloaderInit89c8a151cf27b567cd0b0fc6ee27341c | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     private static $loader; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     public static function loadClassLoader($class) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         if ('Composer\Autoload\ClassLoader' === $class) { | 
					
						
							|  |  |  |             require __DIR__ . '/ClassLoader.php'; | 
					
						
							|  |  |  |         } | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /** | 
					
						
							|  |  |  |      * @return \Composer\Autoload\ClassLoader | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     public static function getLoader() | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         if (null !== self::$loader) { | 
					
						
							|  |  |  |             return self::$loader; | 
					
						
							|  |  |  |         } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         require __DIR__ . '/platform_check.php'; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         spl_autoload_register(array('ComposerAutoloaderInit89c8a151cf27b567cd0b0fc6ee27341c', 'loadClassLoader'), true, true); | 
					
						
							| 
									
										
										
										
											2023-09-28 14:29:15 +08:00
										 |  |  |         self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); | 
					
						
							| 
									
										
										
										
											2023-08-10 14:59:52 +08:00
										 |  |  |         spl_autoload_unregister(array('ComposerAutoloaderInit89c8a151cf27b567cd0b0fc6ee27341c', 'loadClassLoader')); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-09-28 14:29:15 +08:00
										 |  |  |         require __DIR__ . '/autoload_static.php'; | 
					
						
							|  |  |  |         call_user_func(\Composer\Autoload\ComposerStaticInit89c8a151cf27b567cd0b0fc6ee27341c::getInitializer($loader)); | 
					
						
							| 
									
										
										
										
											2023-08-10 14:59:52 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-09-28 14:29:15 +08:00
										 |  |  |         $loader->register(true); | 
					
						
							| 
									
										
										
										
											2023-08-10 14:59:52 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-09-28 14:29:15 +08:00
										 |  |  |         $filesToLoad = \Composer\Autoload\ComposerStaticInit89c8a151cf27b567cd0b0fc6ee27341c::$files; | 
					
						
							|  |  |  |         $requireFile = \Closure::bind(static function ($fileIdentifier, $file) { | 
					
						
							|  |  |  |             if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { | 
					
						
							|  |  |  |                 $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; | 
					
						
							| 
									
										
										
										
											2023-08-10 14:59:52 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-09-28 14:29:15 +08:00
										 |  |  |                 require $file; | 
					
						
							| 
									
										
										
										
											2023-08-10 14:59:52 +08:00
										 |  |  |             } | 
					
						
							| 
									
										
										
										
											2023-09-28 14:29:15 +08:00
										 |  |  |         }, null, null); | 
					
						
							|  |  |  |         foreach ($filesToLoad as $fileIdentifier => $file) { | 
					
						
							|  |  |  |             $requireFile($fileIdentifier, $file); | 
					
						
							| 
									
										
										
										
											2023-08-10 14:59:52 +08:00
										 |  |  |         } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         return $loader; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | } |