Skip to content

Commit 1bc2df7

Browse files
committed
json data single quotes
1 parent 03c87d2 commit 1bc2df7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Common/Common.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,5 @@ protected static function safeJson($jsonData,$asArray = false){
6969
return $asArray ? $safeJsonData : json_encode($safeJsonData);
7070
}
7171

72+
7273
}

0 commit comments

Comments
 (0)