mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 20:52:56 +01:00
commit
29b9ac2894
@ -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'));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user