From 32b86fc9c66d103be7619a7d5a50fc694666bdad Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 22 Feb 2022 18:40:10 +0100 Subject: [PATCH] wip #5120 --- src/Index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Index.php b/src/Index.php index 6dfc818..ae657aa 100644 --- a/src/Index.php +++ b/src/Index.php @@ -77,6 +77,7 @@ class Index implements ShouldQueue, ShouldBeUnique $cl->setArg(null, $fields); $cl->setArg(null, $storeFields); $cl->execute(); + unlink($tmp); return $cl->getOutput(); } } \ No newline at end of file -- 2.39.5