41 lines
1.1 KiB
PHP
41 lines
1.1 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit83a50967810121420c0562dcca68b90b
|
|
{
|
|
public static $files = array (
|
|
'a8d3953fd9959404dd22d3dfcd0a79f0' => __DIR__ . '/../..' . '/src/aliases.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
'G' =>
|
|
array (
|
|
'Google\\' => 7,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Google\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/src',
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Google_Task_Composer' => __DIR__ . '/../..' . '/src/aliases.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit83a50967810121420c0562dcca68b90b::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit83a50967810121420c0562dcca68b90b::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInit83a50967810121420c0562dcca68b90b::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|