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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 

31 lines
850 B

<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit87258b455931a818d507d6f024c0af74
{
public static $prefixLengthsPsr4 = array (
'D' =>
array (
'DrewM\\MailChimp\\' => 16,
),
);
public static $prefixDirsPsr4 = array (
'DrewM\\MailChimp\\' =>
array (
0 => __DIR__ . '/..' . '/drewm/mailchimp-api/src',
),
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit87258b455931a818d507d6f024c0af74::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit87258b455931a818d507d6f024c0af74::$prefixDirsPsr4;
}, null, ClassLoader::class);
}
}