update: traffic fetch job

This commit is contained in:
tokumeikoi
2021-09-02 19:58:04 +09:00
parent 0c14652ff7
commit decbae1413
2 changed files with 17 additions and 6 deletions

View File

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