From 96f9e865abaa9ce74aa0aac632299ddc9aa4ba25 Mon Sep 17 00:00:00 2001 From: markowitz Date: Thu, 22 Jun 2017 20:47:00 +0100 Subject: [PATCH] Update Log.php --- app/Log.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/Log.php b/app/Log.php index 758ea26..05af9a6 100644 --- a/app/Log.php +++ b/app/Log.php @@ -6,9 +6,7 @@ class Log extends Model { - protected $fillable = [ - 'log_day', 'hours_spent', 'summary', 'log_id', 'user_id', 'technologies', 'resource' - ]; + protected $guarded = []; public function user() {