We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b63bce commit a4fcd9aCopy full SHA for a4fcd9a
1 file changed
src/Ci4RequestBridge.php
@@ -48,6 +48,7 @@ private function getBody(){
48
}
49
50
private function setParams(){
51
+ \CodeIgniter\Config\Services::request()->setMethod($this->_rRequest->getMethod());
52
\CodeIgniter\Config\Services::request()->setGlobal("get",$this->_rRequest->getQueryParams());
53
if($this->_rRequest->getMethod() == "POST"){
54
\CodeIgniter\Config\Services::request()->setGlobal("post",$this->_rRequest->getParsedBody());
0 commit comments