digitaldemocratic/docker/nextcloud/custom_apps/ownpad/3rdparty/composer/autoload_static.php

37 lines
1.1 KiB
PHP
Executable File

<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit14889e338c101f45bb4a1ad143015514
{
public static $prefixLengthsPsr4 = array (
'E' =>
array (
'EtherpadLite\\' => 13,
),
);
public static $prefixDirsPsr4 = array (
'EtherpadLite\\' =>
array (
0 => __DIR__ . '/..' . '/tomnomnom/etherpad-lite-client/EtherpadLite',
),
);
public static $classMap = array (
'EtherpadLite\\Client' => __DIR__ . '/..' . '/tomnomnom/etherpad-lite-client/EtherpadLite/Client.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit14889e338c101f45bb4a1ad143015514::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit14889e338c101f45bb4a1ad143015514::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit14889e338c101f45bb4a1ad143015514::$classMap;
}, null, ClassLoader::class);
}
}