Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
maarchRM
Commits
624ecfb5
Verified
Commit
624ecfb5
authored
Jun 20, 2022
by
Cyril Vazquez
Browse files
Fix service kernel for form-data inputs
parent
0677a536
Pipeline
#18868
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
core/Kernel/ServiceKernel.php
View file @
624ecfb5
...
...
@@ -200,8 +200,7 @@ class ServiceKernel extends AbstractKernel
break
;
case
'url'
:
$contents
=
stream_get_contents
(
$this
->
request
->
body
);
$bodyArguments
=
\
core\Encoding\url
::
decode
(
$contents
);
$bodyArguments
=
$this
->
request
->
body
;
break
;
case
'json'
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment