Skip to content

Commit d7c8a7d

Browse files
author
Liran Cohen
committed
Update CustomField.php
1 parent 15fb1ed commit d7c8a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/CustomField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class CustomField extends Model
1414
protected $guarded = ['id'];
1515

1616
protected $fillable = [
17-
'value'
17+
'value', 'type', 'title', 'description', 'answers'
1818
];
1919

2020
protected $casts = [

0 commit comments

Comments
 (0)