123456789101112131415161718192021222324252627282930313233343536 |
- <?php
- // autoload_static.php @generated by Composer
- namespace Composer\Autoload;
- class ComposerStaticInit4618f5c41cf5e27cc7908556f031e4d4
- {
- public static $prefixLengthsPsr4 = array (
- 'P' =>
- array (
- 'Psr\\SimpleCache\\' => 16,
- 'PhpOffice\\PhpSpreadsheet\\' => 25,
- ),
- );
- public static $prefixDirsPsr4 = array (
- 'Psr\\SimpleCache\\' =>
- array (
- 0 => __DIR__ . '/..' . '/psr/simple-cache/src',
- ),
- 'PhpOffice\\PhpSpreadsheet\\' =>
- array (
- 0 => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet',
- ),
- );
- public static function getInitializer(ClassLoader $loader)
- {
- return \Closure::bind(function () use ($loader) {
- $loader->prefixLengthsPsr4 = ComposerStaticInit4618f5c41cf5e27cc7908556f031e4d4::$prefixLengthsPsr4;
- $loader->prefixDirsPsr4 = ComposerStaticInit4618f5c41cf5e27cc7908556f031e4d4::$prefixDirsPsr4;
- }, null, ClassLoader::class);
- }
- }
|