This commit is contained in:
root 2019-10-27 20:48:35 +08:00
parent c118b6d494
commit 1589c9534c

View File

@ -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'];
} }