mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
te getFiles()
to return all files in form
This commit is contained in:
parent
fd42e0f085
commit
875d85057e
@ -491,9 +491,10 @@ class IncomingRequest extends Request
|
||||
$this->files = new FileCollection();
|
||||
}
|
||||
|
||||
return $this->files->all();
|
||||
return $this->files->all(); // return all files
|
||||
}
|
||||
|
||||
|
||||
//--------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user