update: rollback

This commit is contained in:
tokumeikoi
2021-09-02 20:28:24 +09:00
parent decbae1413
commit 2a5e9ef079
4 changed files with 11 additions and 32 deletions

View File

@ -13,9 +13,4 @@ class User extends Model
'created_at' => 'timestamp',
'updated_at' => 'timestamp'
];
protected $fillable = [
'u',
'd',
't'
];
}