pull from web

This commit is contained in:
2026-04-27 08:56:13 +07:00
parent f25542ea0d
commit 7beac673c8
3 changed files with 2 additions and 34 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'));