Skip to content

Commit

Permalink
Merge pull request #9 from picqer/add-shippingmethod-carrier-support
Browse files Browse the repository at this point in the history
Make sure 'carrier' is fillable for the ShippingMethod class
  • Loading branch information
stephangroen authored May 10, 2017
2 parents 575c2f1 + 8568c1e commit dc360ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Picqer/Carriers/SendCloud/ShippingMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class ShippingMethod extends Model
protected $fillable = [
'id',
'name',
'carrier',
'price',
'options',
'countries'
Expand Down

0 comments on commit dc360ad

Please sign in to comment.