belongsTo(Task::class, 'task_id', 'id'); } public function setValueAttribute($value) { $this->attributes['value'] = \maybe_serialize($value); } public function getValueAttribute($value) { return \maybe_unserialize($value); } }