first commit

This commit is contained in:
2026-02-08 21:16:11 +01:00
commit e17b7026fd
8881 changed files with 1160453 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?php
// scoper-autoload.php @generated by PhpScoper
$loader = require_once __DIR__.'/autoload.php';
// Exposed classes. For more information see:
// https://github.com/humbug/php-scoper/blob/master/docs/configuration.md#exposing-classes
if (!class_exists('ComposerAutoloaderInitc9c410f933e0df798c52abcbe3ffb58d', false) && !interface_exists('ComposerAutoloaderInitc9c410f933e0df798c52abcbe3ffb58d', false) && !trait_exists('ComposerAutoloaderInitc9c410f933e0df798c52abcbe3ffb58d', false)) {
spl_autoload_call('_JchOptimizeVendor\ComposerAutoloaderInitc9c410f933e0df798c52abcbe3ffb58d');
}
return $loader;