Skip to content

Commit

Permalink
updating uploads helper
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed Jan 11, 2024
1 parent 60af2d7 commit 85b33d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Rest/Routes/AbstractUtilsBaseRoute.php
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,9 @@ protected function getFormDataReference($request): array
// Populare params.
$formDataReference['params'] = $params['params'] ?? [];

// Populare params raw.
$formDataReference['paramsRaw'] = $params['paramsRaw'] ?? [];

// Populate files from uploaded ID.
$formDataReference['files'] = $params['files'] ?? [];

Expand Down

0 comments on commit 85b33d3

Please sign in to comment.