__DIR__ . '/..' . '/topthink/think-captcha/src/helper.php', ); public static $prefixLengthsPsr4 = array ( 't' => array ( 'think\\composer\\' => 15, 'think\\captcha\\' => 14, 'think\\' => 6, ), ); public static $prefixDirsPsr4 = array ( 'think\\composer\\' => array ( 0 => __DIR__ . '/..' . '/topthink/think-installer/src', ), 'think\\captcha\\' => array ( 0 => __DIR__ . '/..' . '/topthink/think-captcha/src', ), 'think\\' => array ( 0 => __DIR__ . '/../..' . '/thinkphp/library/think', 1 => __DIR__ . '/..' . '/topthink/think-image/src', ), ); public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { $loader->prefixLengthsPsr4 = ComposerStaticInitfafb9a4d276f33b62b6bdfe92e796949::$prefixLengthsPsr4; $loader->prefixDirsPsr4 = ComposerStaticInitfafb9a4d276f33b62b6bdfe92e796949::$prefixDirsPsr4; }, null, ClassLoader::class); } }