Browse Source

remove unnecessary comment

pull/3/head
Muhammad Sulaiman Yusuf 2 years ago committed by Gitea
parent
commit
42f925ef60
  1. 4
      app/Models/Activity.php

4
app/Models/Activity.php

@ -25,10 +25,6 @@ class Activity extends Model
'planned_start', 'planned_end', 'satuan_id',
'created_at', 'created_by', 'updated_at', 'updated_by'
];
// this piece of shit prepend column on create(), causing bugs
//protected $attributes = [
// 'jobs_done', 'assign_hr', 'assign_material', 'assign_tools'
//];
protected $appends = [
'jobs_done', 'assign_hr', 'assign_material', 'assign_tools'

Loading…
Cancel
Save