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.
 
 
 

35 lines
981 B

<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit9f7096e25fc06c4ca0a938c1141f1f3b
{
public static $files = array (
'413614dbc06bade22a685c0ebe14027c' => __DIR__ . '/..' . '/wordplate/acf/src/helpers.php',
);
public static $prefixLengthsPsr4 = array (
'W' =>
array (
'WordPlate\\Acf\\' => 14,
),
);
public static $prefixDirsPsr4 = array (
'WordPlate\\Acf\\' =>
array (
0 => __DIR__ . '/..' . '/wordplate/acf/src',
),
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit9f7096e25fc06c4ca0a938c1141f1f3b::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit9f7096e25fc06c4ca0a938c1141f1f3b::$prefixDirsPsr4;
}, null, ClassLoader::class);
}
}