This commit is contained in:
Pablo Ferreiro 2022-03-13 18:32:44 +01:00
parent 1b29950d89
commit 3b5c3cd96c
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24

View file

@ -2,7 +2,7 @@
require __DIR__ . "/vendor/autoload.php";
// LOAD DOTENV
$dotenv = Dotenv\Dotenv::createImmutable(__DIR__ . '/..');
$dotenv = Dotenv\Dotenv::createImmutable(__DIR__);
$dotenv->safeLoad();
// ROUTER