mirror of
https://github.com/v2board/v2board.git
synced 2025-06-12 12:37:54 +08:00
update: traffic fetch job
This commit is contained in:
@ -13,4 +13,9 @@ class User extends Model
|
||||
'created_at' => 'timestamp',
|
||||
'updated_at' => 'timestamp'
|
||||
];
|
||||
protected $fillable = [
|
||||
'u',
|
||||
'd',
|
||||
't'
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user