Explorar el Código

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

Romain Bruckert hace 9 años
padre
commit
b677f87f61
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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();