Skip to content

Commit 0b4b820

Browse files
author
Liran Cohen
committed
Update CustomField.php
1 parent d7c8a7d commit 0b4b820

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/Models/CustomField.php

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

1616
protected $fillable = [
17-
'value', 'type', 'title', 'description', 'answers'
17+
'value',
18+
'type',
19+
'title',
20+
'description',
21+
'answers',
22+
'required',
23+
'default_value',
24+
'order',
1825
];
1926

2027
protected $casts = [

0 commit comments

Comments
 (0)