<?php
namespace Composer\Autoload;
class ComposerStaticInitcef4f5e16c169af1f606e26432aa9d5c
{
public static $files = array (
'1cfd2761b63b0a29ed23657ea394cb2d' => __DIR__ . '/..' . '/topthink/think-captcha/src/helper.php',
'9b552a3cc426e3287cc811caefa3cf53' => __DIR__ . '/..' . '/topthink/think-helper/src/helper.php',
);
public static $prefixLengthsPsr4 = array (
't' =>
array (
'think\\helper\\' => 13,
'think\\composer\\' => 15,
'think\\captcha\\' => 14,
'think\\' => 6,
),
'a' =>
array (
'app\\' => 4,
),
);
public static $prefixDirsPsr4 = array (
'think\\helper\\' =>
array (
0 => __DIR__ . '/..' . '/topthink/think-helper/src',
),
'think\\composer\\' =>
array (
0 => __DIR__ . '/..' . '/topthink/think-installer/src',
),
'think\\captcha\\' =>
array (
0 => __DIR__ . '/..' . '/topthink/think-captcha/src',
),
'think\\' =>
array (
0 => __DIR__ . '/..' . '/topthink/think-image/src',
),
'app\\' =>
array (
0 => __DIR__ . '/../..' . '/application',
),
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitcef4f5e16c169af1f606e26432aa9d5c::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitcef4f5e16c169af1f606e26432aa9d5c::$prefixDirsPsr4;
}, null, ClassLoader::class);
}
}