Ken 5 өдөр өмнө
parent
commit
4215ff3103
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  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()
     {