mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
minor clean up
This commit is contained in:
parent
ca828a5fed
commit
96bb9f0d43
@ -112,9 +112,6 @@ trait AppSetup
|
|||||||
|
|
||||||
private function updateEnvironmentProperty(string $property, $value): void
|
private function updateEnvironmentProperty(string $property, $value): void
|
||||||
{
|
{
|
||||||
// if (Str::contains($value, '#')) {
|
|
||||||
// $value = sprintf('"%s"', $value);
|
|
||||||
// }
|
|
||||||
|
|
||||||
$env = file(base_path('.env'));
|
$env = file(base_path('.env'));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user