Browse Source

yunqi test 3

zz 6 năm trước cách đây
mục cha
commit
c1030284a0

+ 2 - 0
app/Modules/YunQi/Services/BookUserService.php

@@ -42,6 +42,8 @@ class BookUserService
             return null;
             return null;
         }
         }
         $user = self::getByUid($uid);
         $user = self::getByUid($uid);
+        \Log::info(__METHOD__);
+        \Log::info($user);
         return $user;
         return $user;
     }
     }
 }
 }