mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +00:00
Add getter for json and list data
This commit is contained in:
parent
378a569316
commit
aaf7c71628
|
|
@ -214,7 +214,7 @@ abstract class RequestAbstract implements MessageInterface
|
|||
|
||||
$list = \explode($delim, $this->data[$key]);
|
||||
|
||||
return $list === false ? [] : $json;
|
||||
return $list === false ? [] : \trim($list);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user