ComposerStaticInitcc3e9bf11b81de71fdec735ed7587414
Source Source
File: vendor/composer/autoload_static.php
class ComposerStaticInit8e5192f504f8a515806085e3b9919b1b { 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 = ComposerStaticInit8e5192f504f8a515806085e3b9919b1b::$prefixLengthsPsr4; $loader->prefixDirsPsr4 = ComposerStaticInit8e5192f504f8a515806085e3b9919b1b::$prefixDirsPsr4; }, null, ClassLoader::class); } }
Expand full source code Collapse full source code View on Github