wangzq hace 2 años
padre
commit
eb3480101b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/Libs/Helpers.php

+ 1 - 0
app/Libs/Helpers.php

@@ -1056,6 +1056,7 @@ if (!function_exists('is_empty')){
     function is_empty($data): bool
     {
         if (is_object($data)){
+            \Log::info(' is_empty:'.json_encode(get_object_vars($data)));
             return empty(get_object_vars($data));
         }