1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 14:12:44 +01:00

minor clean up

This commit is contained in:
David Bomba 2023-10-29 10:29:36 +11:00
parent ca828a5fed
commit 96bb9f0d43

View File

@ -112,9 +112,6 @@ trait AppSetup
private function updateEnvironmentProperty(string $property, $value): void
{
// if (Str::contains($value, '#')) {
// $value = sprintf('"%s"', $value);
// }
$env = file(base_path('.env'));