Skip to content

Commit 1931510

Browse files
committed
Merge pull request #22 from dannyvw/feature/contact-custom-field
Added name to ContactCustomField
2 parents 2be79a1 + 2b06e59 commit 1931510

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Picqer/Financials/Moneybird/Entities/ContactCustomField.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ class ContactCustomField extends Model {
1313
*/
1414
protected $fillable = [
1515
'id',
16+
'name',
1617
'value',
1718
];
1819

19-
}
20+
}

0 commit comments

Comments
 (0)