We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c87d2 commit 1bc2df7Copy full SHA for 1bc2df7
src/Common/Common.php
@@ -69,4 +69,5 @@ protected static function safeJson($jsonData,$asArray = false){
69
return $asArray ? $safeJsonData : json_encode($safeJsonData);
70
}
71
72
+
73
0 commit comments