Blame view

rmap/vendor/composer/autoload_static.php 841 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class ComposerStaticInit417df94e52a36cdabaab28ecf57036fb
{
    public static $prefixLengthsPsr4 = array (
        'F' => 
        array (
            'Firebase\\JWT\\' => 13,
        ),
    );

    public static $prefixDirsPsr4 = array (
        'Firebase\\JWT\\' => 
        array (
            0 => __DIR__ . '/..' . '/firebase/php-jwt/src',
        ),
    );

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

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