diff --git a/app/Models/VersionGantt.php b/app/Models/VersionGantt.php index 12a765d..72c6185 100644 --- a/app/Models/VersionGantt.php +++ b/app/Models/VersionGantt.php @@ -21,6 +21,8 @@ class VersionGantt extends Model 'calculation_type', 'committed_cost', 'cost_to_complete', + 'progress', + 'hierarchy_ftth_id', 'created_at', 'created_by', 'updated_at',