__DIR__ . '/..' . '/nikic/fast-route/src/functions.php', ); public static $prefixLengthsPsr4 = array ( 'S' => array ( 'Slim\\Views\\' => 11, 'Slim\\Flash\\' => 11, 'Slim\\' => 5, ), 'P' => array ( 'Psr\\Log\\' => 8, 'Psr\\Http\\Message\\' => 17, ), 'M' => array ( 'Monolog\\' => 8, ), 'I' => array ( 'Interop\\Container\\' => 18, ), 'F' => array ( 'FastRoute\\' => 10, ), ); public static $prefixDirsPsr4 = array ( 'Slim\\Views\\' => array ( 0 => __DIR__ . '/..' . '/slim/php-view/src', ), 'Slim\\Flash\\' => array ( 0 => __DIR__ . '/..' . '/slim/flash/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', ), 'Monolog\\' => array ( 0 => __DIR__ . '/..' . '/monolog/monolog/src/Monolog', ), 'Interop\\Container\\' => array ( 0 => __DIR__ . '/..' . '/container-interop/container-interop/src/Interop/Container', ), 'FastRoute\\' => array ( 0 => __DIR__ . '/..' . '/nikic/fast-route/src', ), ); public static $fallbackDirsPsr4 = array ( 0 => __DIR__ . '/..' . '/bryanjhv/slim-session/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 = ComposerStaticInitfdb07125b3e74b5dccd64766abbdc65e::$prefixLengthsPsr4; $loader->prefixDirsPsr4 = ComposerStaticInitfdb07125b3e74b5dccd64766abbdc65e::$prefixDirsPsr4; $loader->fallbackDirsPsr4 = ComposerStaticInitfdb07125b3e74b5dccd64766abbdc65e::$fallbackDirsPsr4; $loader->prefixesPsr0 = ComposerStaticInitfdb07125b3e74b5dccd64766abbdc65e::$prefixesPsr0; }, null, ClassLoader::class); } }