Skip to content

Commit dc360ad

Browse files
authored
Merge pull request #9 from picqer/add-shippingmethod-carrier-support
Make sure 'carrier' is fillable for the ShippingMethod class
2 parents 575c2f1 + 8568c1e commit dc360ad

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)