mirror of
https://github.com/getgrav/grav.git
synced 2026-05-07 19:15:34 +02:00
Merge remote-tracking branch 'origin/1.6' into 1.6
This commit is contained in:
@@ -99,7 +99,7 @@ trait FormTrait
|
||||
*/
|
||||
public function getFiles(): array
|
||||
{
|
||||
return $this->files;
|
||||
return (array) $this->files;
|
||||
}
|
||||
|
||||
public function getValue(string $name)
|
||||
|
||||
Reference in New Issue
Block a user