Calling it static
This commit is contained in:
parent
2ad3959b56
commit
6e1402f7bd
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ class HTTPInputData
|
|||
$filename = $matches[4] ?? '';
|
||||
|
||||
if (!empty($filename)) {
|
||||
$files[$name] = self::fetchFileData($stream, $boundary, $headers, $filename);
|
||||
$files[$name] = static::fetchFileData($stream, $boundary, $headers, $filename);
|
||||
return ['variables' => $variables, 'files' => $files];
|
||||
} else {
|
||||
$variables = self::fetchVariables($stream, $boundary, $headers, $name, $variables);
|
||||
|
|
Loading…
Reference in a new issue