From 42f925ef60e13527f8e72756f863c0de2feec137 Mon Sep 17 00:00:00 2001 From: Muhammad Sulaiman Yusuf Date: Wed, 24 Aug 2022 04:29:04 +0700 Subject: [PATCH] remove unnecessary comment --- app/Models/Activity.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/Models/Activity.php b/app/Models/Activity.php index 0753d20..52708f4 100644 --- a/app/Models/Activity.php +++ b/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'