40 lines
1.0 KiB
PHP
40 lines
1.0 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInitef3a658a88d521398d72929dc54fa111
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'O' =>
|
|
array (
|
|
'OCDI\\' => 5,
|
|
),
|
|
'A' =>
|
|
array (
|
|
'AwesomeMotive\\WPContentImporter2\\' => 33,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'OCDI\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/inc',
|
|
),
|
|
'AwesomeMotive\\WPContentImporter2\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/awesomemotive/wp-content-importer-v2/src',
|
|
),
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInitef3a658a88d521398d72929dc54fa111::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInitef3a658a88d521398d72929dc54fa111::$prefixDirsPsr4;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|