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