1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-09 20:52:56 +01:00

Merge pull request #8917 from turbo124/v5-develop

minor clean up
This commit is contained in:
David Bomba 2023-10-29 10:34:21 +11:00 committed by GitHub
commit 29b9ac2894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'));