From: Vincent Vanwaelscappel Date: Tue, 22 Feb 2022 17:40:10 +0000 (+0100) Subject: wip #5120 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=32b86fc9c66d103be7619a7d5a50fc694666bdad;p=cubist_minisearch.git wip #5120 --- 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