소스 검색

Finished feature.

Romain Bruckert 9 년 전
부모
커밋
de1933fdac
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/Resumable.php

+ 2 - 2
src/Resumable.php

@@ -108,7 +108,7 @@ class Resumable
             return $this->response->header(200);
         }
     }
-
+    
     public function handleChunk()
     {
         $file = $this->request->file();
@@ -138,7 +138,7 @@ class Resumable
     {
         $tmpFolder = new Folder($this->tmpChunkDir($identifier));
         $chunkFiles = $tmpFolder->read(true, true, true)[1];
-        
+
         // if the user has set a filename (or decided to slugify it), change the final filename
         if (null !== $this->filename) {
             // optionaly create a unique slugified filename