Skip to content

Commit

Permalink
Order shipments entity fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kg-bot committed Apr 10, 2019
1 parent a2626df commit 7187285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Builders/OrderShipmentBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@

class OrderShipmentBuilder extends Builder
{
protected $entity = 'order-shipment';
protected $entity = 'order-shipments';
protected $model = OrderShipment::class;
}
2 changes: 1 addition & 1 deletion src/Models/OrderShipment.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@

class OrderShipment extends Model
{
protected $entity = 'order-shipment';
protected $entity = 'order-shipments';
protected $primaryKey = 'id';
}

0 comments on commit 7187285

Please sign in to comment.