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

7
vendor/autoload.php vendored
View File

@@ -14,12 +14,9 @@ if (PHP_VERSION_ID < 50600) {
echo $err;
}
}
trigger_error(
$err,
E_USER_ERROR
);
throw new RuntimeException($err);
}
require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInit8f8443657afa9e4122281017b10fc4c8::getLoader();
return ComposerAutoloaderInit4f947e5b57034e67caa05c4fc1c4b2dc::getLoader();