Ken 4 ngày trước cách đây
mục cha
commit
4215ff3103
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/Models/User.php

+ 1 - 0
app/Models/User.php

@@ -18,6 +18,7 @@ class User extends BaseModel
     protected $attributes = [
         'language' => 'zh',
     ];
+    protected $hidden = ['created_at'];
 
     public function wallet()
     {