mirror of
https://github.com/v2board/v2board.git
synced 2025-01-10 16:19:10 +08:00
update
This commit is contained in:
parent
9e642f11e1
commit
7280459f17
@ -8,4 +8,5 @@ class Server extends Model
|
|||||||
{
|
{
|
||||||
protected $table = 'v2_server';
|
protected $table = 'v2_server';
|
||||||
protected $dateFormat = 'U';
|
protected $dateFormat = 'U';
|
||||||
|
protected $guarded = ['id'];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user