Ken 4 dni temu
rodzic
commit
4215ff3103
1 zmienionych plików z 1 dodań i 0 usunięć
  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()
     {