1
0
mirror of https://github.com/v2board/v2board.git synced 2025-05-02 22:34:51 +08:00
This commit is contained in:
root 2019-10-27 20:48:35 +08:00
parent c118b6d494
commit 1589c9534c

@ -8,4 +8,5 @@ class Plan extends Model
{
protected $table = 'v2_plan';
protected $dateFormat = 'U';
protected $guarded = ['id'];
}