first commit

This commit is contained in:
2024-10-28 22:14:22 +01:00
commit b65352c452
40581 changed files with 5712079 additions and 0 deletions

View File

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