Improve memory handling
This commit is contained in:
parent
33fdd0000c
commit
f9dd591ecb
1 changed files with 3 additions and 0 deletions
|
|
@ -40,4 +40,7 @@ function nlog($output, $context = []): void
|
|||
} else {
|
||||
\Illuminate\Support\Facades\Log::channel('invoiceninja')->info($output, $context);
|
||||
}
|
||||
|
||||
$output = null;
|
||||
$context = null;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue