update git pus
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m35s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 14s
Build, Push and Deploy / deploy-staging (push) Successful in 30s
Build, Push and Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-04-18 16:22:32 +07:00
parent ed9654271b
commit 1e252a0e4c
9 changed files with 679 additions and 67 deletions

View File

@@ -22,8 +22,6 @@ public static function getLoader()
return self::$loader;
}
require __DIR__ . '/platform_check.php';
spl_autoload_register(array('ComposerAutoloaderInite18b3d3bc6afaf5dd5c2b53c80a29450', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInite18b3d3bc6afaf5dd5c2b53c80a29450', 'loadClassLoader'));