fixed dotenv

This commit is contained in:
Pablo Ferreiro 2022-05-22 12:12:37 +02:00
parent 33d5994159
commit cd524c8da8
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24

View file

@ -2,6 +2,7 @@
require __DIR__ . "/vendor/autoload.php";
$dotenv = new josegonzalez\Dotenv\Loader(__DIR__ . '/.env');
$dotenv->raiseExceptions(false);
$dotenv->parse();
$dotenv->toEnv();