<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class ComposerStaticInitb17e1b0ee5884bcef9ce08e1c1e6b764
{
    public static $prefixLengthsPsr4 = array (
        'C' => 
        array (
            'Cron\\' => 5,
        ),
        'A' => 
        array (
            'Antlr\\Antlr4\\Runtime\\' => 21,
        ),
    );

    public static $prefixDirsPsr4 = array (
        'Cron\\' => 
        array (
            0 => __DIR__ . '/..' . '/dragonmantank/cron-expression/src/Cron',
        ),
        'Antlr\\Antlr4\\Runtime\\' => 
        array (
            0 => __DIR__ . '/..' . '/antlr/antlr4-php-runtime/src',
        ),
    );

    public static $classMap = array (
        'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
    );

    public static function getInitializer(ClassLoader $loader)
    {
        return \Closure::bind(function () use ($loader) {
            $loader->prefixLengthsPsr4 = ComposerStaticInitb17e1b0ee5884bcef9ce08e1c1e6b764::$prefixLengthsPsr4;
            $loader->prefixDirsPsr4 = ComposerStaticInitb17e1b0ee5884bcef9ce08e1c1e6b764::$prefixDirsPsr4;
            $loader->classMap = ComposerStaticInitb17e1b0ee5884bcef9ce08e1c1e6b764::$classMap;

        }, null, ClassLoader::class);
    }
}
