Download project

This commit is contained in:
Roman Pyrih
2024-11-20 09:09:44 +01:00
parent 547a138d6a
commit 5ff041757f
40737 changed files with 7766183 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit4c18be9803d72f183e50243e06f9779f
{
public static $classMap = array (
'Ps_ImageSlider' => __DIR__ . '/../..' . '/ps_imageslider.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->classMap = ComposerStaticInit4c18be9803d72f183e50243e06f9779f::$classMap;
}, null, ClassLoader::class);
}
}