mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Improve memory handling
This commit is contained in:
parent
33fdd0000c
commit
f9dd591ecb
@ -40,4 +40,7 @@ function nlog($output, $context = []): void
|
|||||||
} else {
|
} else {
|
||||||
\Illuminate\Support\Facades\Log::channel('invoiceninja')->info($output, $context);
|
\Illuminate\Support\Facades\Log::channel('invoiceninja')->info($output, $context);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$output = null;
|
||||||
|
$context = null;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user