Skip to content

Commit 75d7246

Browse files
committed
Update ShipBy.php
1 parent 864295c commit 75d7246

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/table-rate-shipping/src/Drivers/ShippingMethods

packages/table-rate-shipping/src/Drivers/ShippingMethods/ShipBy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
namespace Lunar\Shipping\Drivers\ShippingMethods;
44

5-
use Cartalyst\Converter\Laravel\Facades\Converter;
65
use Lunar\DataTypes\ShippingOption;
76
use Lunar\Exceptions\MissingCurrencyPriceException;
7+
use Lunar\Facades\Converter;
88
use Lunar\Facades\Pricing;
99
use Lunar\Models\Product;
1010
use Lunar\Shipping\DataTransferObjects\ShippingOptionRequest;

0 commit comments

Comments
 (0)