loader ajax

This commit is contained in:
2019-10-06 01:13:05 +02:00
parent 8a48a6ac0f
commit ba59f31741
355 changed files with 11286 additions and 707 deletions
@@ -0,0 +1,33 @@
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInite863a36850238c27fe275e4df5c3a50c
{
public static $prefixesPsr0 = array (
's' =>
array (
'stringEncode' =>
array (
0 => __DIR__ . '/..' . '/paquettg/string-encode/src',
),
),
'P' =>
array (
'PHPHtmlParser' =>
array (
0 => __DIR__ . '/..' . '/paquettg/php-html-parser/src',
),
),
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixesPsr0 = ComposerStaticInite863a36850238c27fe275e4df5c3a50c::$prefixesPsr0;
}, null, ClassLoader::class);
}
}