<?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);
|
|
}
|
|
}
|