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