diff --git a/src/Resumable.php b/src/Resumable.php index 95871a2..5ca9d74 100644 --- a/src/Resumable.php +++ b/src/Resumable.php @@ -332,7 +332,7 @@ private function createFileAndDeleteTmp(string $identifier, ?string $filename): if ($this->createFileFromChunks($chunkFiles, $this->filepath)) { $this->log('Upload done for: ' . $identifier); - $this->uploadComplete = true; + $this->isUploadComplete = true; } if ($this->deleteTmpFolder === false) {