This commit is contained in:
2026-04-26 23:47:49 +02:00
parent 1b95f03d1e
commit b073e009d8
5288 changed files with 1112699 additions and 55536 deletions

View File

@@ -0,0 +1,27 @@
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit5fca5cfd667313d8c9e8891fbb853923
{
public static $classMap = array (
'ElfsightYoutubeGalleryApi\\Core\\Api' => __DIR__ . '/..' . '/elfsight/Api.php',
'ElfsightYoutubeGalleryApi\\Core\\Cache' => __DIR__ . '/..' . '/elfsight/Cache.php',
'ElfsightYoutubeGalleryApi\\Core\\Debug' => __DIR__ . '/..' . '/elfsight/Debug.php',
'ElfsightYoutubeGalleryApi\\Core\\Helper' => __DIR__ . '/..' . '/elfsight/Helper.php',
'ElfsightYoutubeGalleryApi\\Core\\Options' => __DIR__ . '/..' . '/elfsight/Options.php',
'ElfsightYoutubeGalleryApi\\Core\\Throttle' => __DIR__ . '/..' . '/elfsight/Throttle.php',
'ElfsightYoutubeGalleryApi\\Core\\Url' => __DIR__ . '/..' . '/elfsight/Url.php',
'ElfsightYoutubeGalleryApi\\Core\\User' => __DIR__ . '/..' . '/elfsight/User.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->classMap = ComposerStaticInit5fca5cfd667313d8c9e8891fbb853923::$classMap;
}, null, ClassLoader::class);
}
}