test no unlink upload minio

This commit is contained in:
Arnaud Fornerot 2022-08-30 20:39:12 +02:00
parent 7a3faf4b31
commit 296252e7fb
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ class MinioService
}
if ($deleteSource) {
unlink($file);
//unlink($file);
}
}