mirror of
https://github.com/v2board/v2board.git
synced 2025-06-13 05:15:27 +08:00
update: laravel 7
This commit is contained in:
@ -8,4 +8,8 @@ class InviteCode extends Model
|
||||
{
|
||||
protected $table = 'v2_invite_code';
|
||||
protected $dateFormat = 'U';
|
||||
protected $casts = [
|
||||
'created_at' => 'timestamp',
|
||||
'updated_at' => 'timestamp'
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user