Skip to content

Commit 8568c1e

Browse files
author
Roald Wegh
committed
Make sure 'carrier' is fillable for the ShippingMethod class
1 parent 575c2f1 commit 8568c1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Picqer/Carriers/SendCloud/ShippingMethod.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class ShippingMethod extends Model
2121
protected $fillable = [
2222
'id',
2323
'name',
24+
'carrier',
2425
'price',
2526
'options',
2627
'countries'

0 commit comments

Comments
 (0)