37 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
		
		
			
		
	
	
			37 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
|   | <?php | ||
|  | 
 | ||
|  | // autoload_static.php @generated by Composer
 | ||
|  | 
 | ||
|  | namespace Composer\Autoload; | ||
|  | 
 | ||
|  | class ComposerStaticInit4e2f762c713c4d4aae8969c74f5623a3 | ||
|  | { | ||
|  |     public static $prefixLengthsPsr4 = array ( | ||
|  |         'G' =>  | ||
|  |         array ( | ||
|  |             'Grav\\Plugin\\Console\\' => 20, | ||
|  |         ), | ||
|  |     ); | ||
|  | 
 | ||
|  |     public static $prefixDirsPsr4 = array ( | ||
|  |         'Grav\\Plugin\\Console\\' =>  | ||
|  |         array ( | ||
|  |             0 => __DIR__ . '/../..' . '/cli', | ||
|  |         ), | ||
|  |     ); | ||
|  | 
 | ||
|  |     public static $classMap = array ( | ||
|  |         'Grav\\Plugin\\ErrorPlugin' => __DIR__ . '/../..' . '/error.php', | ||
|  |     ); | ||
|  | 
 | ||
|  |     public static function getInitializer(ClassLoader $loader) | ||
|  |     { | ||
|  |         return \Closure::bind(function () use ($loader) { | ||
|  |             $loader->prefixLengthsPsr4 = ComposerStaticInit4e2f762c713c4d4aae8969c74f5623a3::$prefixLengthsPsr4; | ||
|  |             $loader->prefixDirsPsr4 = ComposerStaticInit4e2f762c713c4d4aae8969c74f5623a3::$prefixDirsPsr4; | ||
|  |             $loader->classMap = ComposerStaticInit4e2f762c713c4d4aae8969c74f5623a3::$classMap; | ||
|  | 
 | ||
|  |         }, null, ClassLoader::class); | ||
|  |     } | ||
|  | } |