xref: /plugin/combo/vendor/composer/autoload_static.php (revision 37748cd8654635afbeca80942126742f0f4cc346)
1<?php
2
3// autoload_static.php @generated by Composer
4
5namespace Composer\Autoload;
6
7class ComposerStaticInitb17e1b0ee5884bcef9ce08e1c1e6b764
8{
9    public static $prefixLengthsPsr4 = array (
10        'C' =>
11        array (
12            'Cron\\' => 5,
13        ),
14        'A' =>
15        array (
16            'Antlr\\Antlr4\\Runtime\\' => 21,
17        ),
18    );
19
20    public static $prefixDirsPsr4 = array (
21        'Cron\\' =>
22        array (
23            0 => __DIR__ . '/..' . '/dragonmantank/cron-expression/src/Cron',
24        ),
25        'Antlr\\Antlr4\\Runtime\\' =>
26        array (
27            0 => __DIR__ . '/..' . '/antlr/antlr4-php-runtime/src',
28        ),
29    );
30
31    public static $classMap = array (
32        'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
33    );
34
35    public static function getInitializer(ClassLoader $loader)
36    {
37        return \Closure::bind(function () use ($loader) {
38            $loader->prefixLengthsPsr4 = ComposerStaticInitb17e1b0ee5884bcef9ce08e1c1e6b764::$prefixLengthsPsr4;
39            $loader->prefixDirsPsr4 = ComposerStaticInitb17e1b0ee5884bcef9ce08e1c1e6b764::$prefixDirsPsr4;
40            $loader->classMap = ComposerStaticInitb17e1b0ee5884bcef9ce08e1c1e6b764::$classMap;
41
42        }, null, ClassLoader::class);
43    }
44}
45