array ( 'think\\composer\\' => 15, 'think\\' => 6, ), 'a' => array ( 'app\\' => 4, ), 'W' => array ( 'Workerman\\' => 10, ), 'G' => array ( 'GatewayWorker\\' => 14, 'GatewayClient\\' => 14, ), ); public static $prefixDirsPsr4 = array ( 'think\\composer\\' => array ( 0 => __DIR__ . '/..' . '/topthink/think-installer/src', ), 'think\\' => array ( 0 => __DIR__ . '/../..' . '/thinkphp/library/think', ), 'app\\' => array ( 0 => __DIR__ . '/../..' . '/application', ), 'Workerman\\' => array ( 0 => __DIR__ . '/..' . '/workerman/workerman', ), 'GatewayWorker\\' => array ( 0 => __DIR__ . '/..' . '/workerman/gateway-worker/src', ), 'GatewayClient\\' => array ( 0 => __DIR__ . '/..' . '/workerman/gatewayclient', ), ); public static $classMap = array ( 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', ); public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { $loader->prefixLengthsPsr4 = ComposerStaticInit2bc4f313dba415539e266f7ac2c87dcd::$prefixLengthsPsr4; $loader->prefixDirsPsr4 = ComposerStaticInit2bc4f313dba415539e266f7ac2c87dcd::$prefixDirsPsr4; $loader->classMap = ComposerStaticInit2bc4f313dba415539e266f7ac2c87dcd::$classMap; }, null, ClassLoader::class); } }