You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							36 lines
						
					
					
						
							1.1 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							36 lines
						
					
					
						
							1.1 KiB
						
					
					
				| <?php | |
| 
 | |
| // autoload_static.php @generated by Composer | |
|  | |
| namespace Composer\Autoload; | |
| 
 | |
| class ComposerStaticInit016d553ebbec148d9ef6046c81b49206 | |
| { | |
|     public static $prefixLengthsPsr4 = array ( | |
|         'P' =>  | |
|         array ( | |
|             'PHPMailer\\PHPMailer\\' => 20, | |
|         ), | |
|     ); | |
| 
 | |
|     public static $prefixDirsPsr4 = array ( | |
|         'PHPMailer\\PHPMailer\\' =>  | |
|         array ( | |
|             0 => __DIR__ . '/..' . '/phpmailer/phpmailer/src', | |
|         ), | |
|     ); | |
| 
 | |
|     public static $classMap = array ( | |
|         'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', | |
|     ); | |
| 
 | |
|     public static function getInitializer(ClassLoader $loader) | |
|     { | |
|         return \Closure::bind(function () use ($loader) { | |
|             $loader->prefixLengthsPsr4 = ComposerStaticInit016d553ebbec148d9ef6046c81b49206::$prefixLengthsPsr4; | |
|             $loader->prefixDirsPsr4 = ComposerStaticInit016d553ebbec148d9ef6046c81b49206::$prefixDirsPsr4; | |
|             $loader->classMap = ComposerStaticInit016d553ebbec148d9ef6046c81b49206::$classMap; | |
| 
 | |
|         }, null, ClassLoader::class); | |
|     } | |
| }
 |