From 66391951b9b2c8570bd2022147cb5af14f539f70 Mon Sep 17 00:00:00 2001 From: Andre van Zuydam Date: Wed, 14 Jul 2021 12:32:23 +0200 Subject: [PATCH] Removed Tina4 specifics from the env file --- Tina4/Env.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Tina4/Env.php b/Tina4/Env.php index 4f88219..e3d66f6 100644 --- a/Tina4/Env.php +++ b/Tina4/Env.php @@ -92,8 +92,7 @@ final public function readParams(?string $environment): void $this->parseLine($line); } } else { - Debug::message("Created an ENV file for you {$fileName}"); - file_put_contents($fileName, "[Project Settings]\nVERSION=1.0.0"); + Debug::message("$fileName does not exist, please create one!"); } } }