'json']; protected $guarded = ['id']; public function __construct(array $attributes = []) { parent::__construct($attributes); $this->timestamps = false; } public function form() { return $this->belongsTo(DiyForm::class); } }