Explorar o código

object 原样返回

Bruce Lam %!s(int64=4) %!d(string=hai) anos
pai
achega
a97468758d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Support/Helper.php

+ 1 - 1
src/Support/Helper.php

@@ -845,7 +845,7 @@ class Helper
     public static function htmlEntityEncode($item)
     {
         if (is_object($item)) {
-            $item = json_decode(json_encode($item), true);
+            return $item;
         }
         if (is_array($item)) {
             array_walk_recursive($item, function (&$value) {