diff options
Diffstat (limited to 'inc/mailgun/composer/autoload_static.php')
| -rw-r--r-- | inc/mailgun/composer/autoload_static.php | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/inc/mailgun/composer/autoload_static.php b/inc/mailgun/composer/autoload_static.php new file mode 100644 index 0000000..99544eb --- /dev/null +++ b/inc/mailgun/composer/autoload_static.php @@ -0,0 +1,57 @@ +<?php + +// autoload_static.php @generated by Composer + +namespace Composer\Autoload; + +class ComposerStaticInitbc00ddcd2e8da9499a4bfd011e6c39c6 +{ + public static $prefixLengthsPsr4 = array ( + 'S' => + array ( + 'Symfony\\Component\\EventDispatcher\\' => 34, + ), + ); + + public static $prefixDirsPsr4 = array ( + 'Symfony\\Component\\EventDispatcher\\' => + array ( + 0 => __DIR__ . '/..' . '/symfony/event-dispatcher', + ), + ); + + public static $prefixesPsr0 = array ( + 'M' => + array ( + 'Mailgun\\Tests' => + array ( + 0 => __DIR__ . '/..' . '/mailgun/mailgun-php/tests', + ), + 'Mailgun' => + array ( + 0 => __DIR__ . '/..' . '/mailgun/mailgun-php/src', + ), + ), + 'G' => + array ( + 'Guzzle\\Tests' => + array ( + 0 => __DIR__ . '/..' . '/guzzle/guzzle/tests', + ), + 'Guzzle' => + array ( + 0 => __DIR__ . '/..' . '/guzzle/guzzle/src', + ), + ), + ); + + public static function getInitializer(ClassLoader $loader) + { + return \Closure::bind(function () use ($loader) { + $loader->prefixLengthsPsr4 = ComposerStaticInitbc00ddcd2e8da9499a4bfd011e6c39c6::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInitbc00ddcd2e8da9499a4bfd011e6c39c6::$prefixDirsPsr4; + $loader->prefixesPsr0 = ComposerStaticInitbc00ddcd2e8da9499a4bfd011e6c39c6::$prefixesPsr0; + + }, null, ClassLoader::class); + } +} |
