mirror of
https://github.com/v2board/v2board.git
synced 2025-01-31 02:29:14 +08:00
update
This commit is contained in:
parent
c118b6d494
commit
1589c9534c
@ -8,4 +8,5 @@ class Plan extends Model
|
|||||||
{
|
{
|
||||||
protected $table = 'v2_plan';
|
protected $table = 'v2_plan';
|
||||||
protected $dateFormat = 'U';
|
protected $dateFormat = 'U';
|
||||||
|
protected $guarded = ['id'];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user