wangzq 2 năm trước cách đây
mục cha
commit
eb3480101b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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));
         }