From 1589c9534c5729a917111b43e1d18a19a0127c7c Mon Sep 17 00:00:00 2001 From: root Date: Sun, 27 Oct 2019 20:48:35 +0800 Subject: [PATCH] update --- app/Models/Plan.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/Plan.php b/app/Models/Plan.php index 68d75649..67054df0 100755 --- a/app/Models/Plan.php +++ b/app/Models/Plan.php @@ -8,4 +8,5 @@ class Plan extends Model { protected $table = 'v2_plan'; protected $dateFormat = 'U'; + protected $guarded = ['id']; }