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() {