diff --git a/app/Helpers/Generic.php b/app/Helpers/Generic.php index feb40dd030e9..f353274fa995 100644 --- a/app/Helpers/Generic.php +++ b/app/Helpers/Generic.php @@ -40,4 +40,7 @@ function nlog($output, $context = []): void } else { \Illuminate\Support\Facades\Log::channel('invoiceninja')->info($output, $context); } + + $output = null; + $context = null; } \ No newline at end of file