diff --git a/src/Picqer/Carriers/SendCloud/ShippingMethod.php b/src/Picqer/Carriers/SendCloud/ShippingMethod.php index 08ccc0a..9cdd34f 100644 --- a/src/Picqer/Carriers/SendCloud/ShippingMethod.php +++ b/src/Picqer/Carriers/SendCloud/ShippingMethod.php @@ -21,6 +21,7 @@ class ShippingMethod extends Model protected $fillable = [ 'id', 'name', + 'carrier', 'price', 'options', 'countries'