This commit is contained in:
root
2019-10-25 18:18:17 +08:00
parent fcf95e615d
commit 2abdd2b290
2 changed files with 16 additions and 9 deletions

View File

@ -8,4 +8,5 @@ class User extends Model
{
protected $table = 'v2_user';
protected $dateFormat = 'U';
protected $guarded = ['id'];
}