]> _ Git - cubist_minisearch.git/commitdiff
wip #5120
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 22 Feb 2022 17:40:10 +0000 (18:40 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 22 Feb 2022 17:40:10 +0000 (18:40 +0100)
src/Index.php

index 6dfc818dcd46a1f5b32d865aad0abdba57d85fac..ae657aa2ed467cee8b27d03b56953740855e848b 100644 (file)
@@ -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