Improve memory handling

This commit is contained in:
David Bomba 2022-11-01 22:47:41 +11:00
parent 33fdd0000c
commit f9dd591ecb

View File

@ -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;
} }