Просмотр исходного кода

Fixed type in getFilename getter (fork is now stable).

Romain Bruckert 9 лет назад
Родитель
Сommit
b677f87f61
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/Resumable.php

+ 2 - 2
src/Resumable.php

@@ -72,7 +72,7 @@ class Resumable
      *
      * @return string Final filename
      */
-    public function getFilename($filename)
+    public function getFilename()
     {
         return $this->filename;
     }
@@ -108,7 +108,7 @@ class Resumable
             return $this->response->header(200);
         }
     }
-    
+
     public function handleChunk()
     {
         $file = $this->request->file();