__DIR__ . '/..' . '/symfony/deprecation-contracts/function.php', ); public static $prefixLengthsPsr4 = array ( 'P' => array ( 'Psr\\Container\\' => 14, ), 'F' => array ( 'Faker\\' => 6, ), ); public static $prefixDirsPsr4 = array ( 'Psr\\Container\\' => array ( 0 => __DIR__ . '/..' . '/psr/container/src', ), 'Faker\\' => array ( 0 => __DIR__ . '/..' . '/fakerphp/faker/src/Faker', ), ); public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { $loader->prefixLengthsPsr4 = ComposerStaticInit8f5173e406d37e29a7ca32971b752860::$prefixLengthsPsr4; $loader->prefixDirsPsr4 = ComposerStaticInit8f5173e406d37e29a7ca32971b752860::$prefixDirsPsr4; }, null, ClassLoader::class); } }