te getFiles() to return all files in form

This commit is contained in:
chistel 2017-08-16 16:56:46 +01:00 committed by GitHub
parent fd42e0f085
commit 875d85057e

View File

@ -491,9 +491,10 @@ class IncomingRequest extends Request
$this->files = new FileCollection();
}
return $this->files->all();
return $this->files->all(); // return all files
}
//--------------------------------------------------------------------
/**