1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?php
- // autoload_static.php @generated by Composer
- namespace Composer\Autoload;
- class ComposerStaticInite9dcbb58e58b71e967ad5224cbf8e988
- {
- public static $prefixLengthsPsr4 = array (
- 'W' =>
- array (
- 'Workerman\\MySQL\\' => 16,
- 'Workerman\\' => 10,
- ),
- 'G' =>
- array (
- 'GatewayWorker\\' => 14,
- ),
- );
- public static $prefixDirsPsr4 = array (
- 'Workerman\\MySQL\\' =>
- array (
- 0 => __DIR__ . '/..' . '/workerman/mysql/src',
- ),
- 'Workerman\\' =>
- array (
- 0 => __DIR__ . '/..' . '/workerman/workerman',
- ),
- 'GatewayWorker\\' =>
- array (
- 0 => __DIR__ . '/..' . '/workerman/gateway-worker/src',
- ),
- );
- public static function getInitializer(ClassLoader $loader)
- {
- return \Closure::bind(function () use ($loader) {
- $loader->prefixLengthsPsr4 = ComposerStaticInite9dcbb58e58b71e967ad5224cbf8e988::$prefixLengthsPsr4;
- $loader->prefixDirsPsr4 = ComposerStaticInite9dcbb58e58b71e967ad5224cbf8e988::$prefixDirsPsr4;
- }, null, ClassLoader::class);
- }
- }
|