Skip to content

Commit

Permalink
Removed Tina4 specifics from the env file
Browse files Browse the repository at this point in the history
  • Loading branch information
andrevanzuydam committed Jul 14, 2021
1 parent 10758d3 commit 6639195
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tina4/Env.php
Original file line number Diff line number Diff line change
Expand Up @@ -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!");
}
}
}

0 comments on commit 6639195

Please sign in to comment.