dotenv implementation cont

This commit is contained in:
2025-05-23 13:11:51 +02:00
committed by twotalesanimation
parent 07d75bc004
commit 5e88b10221
16 changed files with 78 additions and 38 deletions

View File

@@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer
class ComposerAutoloaderInit8f8443657afa9e4122281017b10fc4c8
class ComposerAutoloaderInit4f947e5b57034e67caa05c4fc1c4b2dc
{
private static $loader;
@@ -24,16 +24,16 @@ class ComposerAutoloaderInit8f8443657afa9e4122281017b10fc4c8
require __DIR__ . '/platform_check.php';
spl_autoload_register(array('ComposerAutoloaderInit8f8443657afa9e4122281017b10fc4c8', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit4f947e5b57034e67caa05c4fc1c4b2dc', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInit8f8443657afa9e4122281017b10fc4c8', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit4f947e5b57034e67caa05c4fc1c4b2dc', 'loadClassLoader'));
require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit8f8443657afa9e4122281017b10fc4c8::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit4f947e5b57034e67caa05c4fc1c4b2dc::getInitializer($loader));
$loader->register(true);
$filesToLoad = \Composer\Autoload\ComposerStaticInit8f8443657afa9e4122281017b10fc4c8::$files;
$filesToLoad = \Composer\Autoload\ComposerStaticInit4f947e5b57034e67caa05c4fc1c4b2dc::$files;
$requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;