diff --git a/Sources/config/config.php b/Sources/config/config.php index 3589fe63..59edb950 100755 --- a/Sources/config/config.php +++ b/Sources/config/config.php @@ -5,7 +5,7 @@ use Shared\Log; $dotenv = Dotenv::createUnsafeImmutable(__DIR__,'.env'); $dotenv->safeLoad(); -echo($dotenv) +echo($dotenv); // apenrently getEnv is not a good thing cause // const DB_HOST = $_ENV['DB_HOST'] ?? 'localhost'; // const DB_DATABASE = $_ENV['DB_DATABASE'] ?? 'heartTrack';