__DIR__ . '/..' . '/nikic/fast-route/src/functions.php', ); public static $prefixLengthsPsr4 = array ( 'S' => array ( 'Slim\\Middleware\\' => 16, 'Slim\\' => 5, ), 'P' => array ( 'Psr\\Log\\' => 8, 'Psr\\Http\\Message\\' => 17, 'Psr\\Container\\' => 14, ), 'I' => array ( 'Interop\\Container\\' => 18, ), 'F' => array ( 'Firebase\\JWT\\' => 13, 'FastRoute\\' => 10, ), ); public static $prefixDirsPsr4 = array ( 'Slim\\Middleware\\' => array ( 0 => __DIR__ . '/..' . '/tuupola/slim-jwt-auth/src', ), 'Slim\\' => array ( 0 => __DIR__ . '/..' . '/slim/slim/Slim', ), 'Psr\\Log\\' => array ( 0 => __DIR__ . '/..' . '/psr/log/Psr/Log', ), 'Psr\\Http\\Message\\' => array ( 0 => __DIR__ . '/..' . '/psr/http-message/src', ), 'Psr\\Container\\' => array ( 0 => __DIR__ . '/..' . '/psr/container/src', ), 'Interop\\Container\\' => array ( 0 => __DIR__ . '/..' . '/container-interop/container-interop/src/Interop/Container', ), 'Firebase\\JWT\\' => array ( 0 => __DIR__ . '/..' . '/firebase/php-jwt/src', ), 'FastRoute\\' => array ( 0 => __DIR__ . '/..' . '/nikic/fast-route/src', ), ); public static $prefixesPsr0 = array ( 'P' => array ( 'Pimple' => array ( 0 => __DIR__ . '/..' . '/pimple/pimple/src', ), ), ); public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { $loader->prefixLengthsPsr4 = ComposerStaticInitf276a0def1050763d961e731ed5733c4::$prefixLengthsPsr4; $loader->prefixDirsPsr4 = ComposerStaticInitf276a0def1050763d961e731ed5733c4::$prefixDirsPsr4; $loader->prefixesPsr0 = ComposerStaticInitf276a0def1050763d961e731ed5733c4::$prefixesPsr0; }, null, ClassLoader::class); } }