Bläddra i källkod

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

Romain Bruckert 9 år sedan
förälder
incheckning
b677f87f61
1 ändrade filer med 2 tillägg och 2 borttagningar
  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();