We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 864295c commit 75d7246Copy full SHA for 75d7246
1 file changed
packages/table-rate-shipping/src/Drivers/ShippingMethods/ShipBy.php
@@ -2,9 +2,9 @@
2
3
namespace Lunar\Shipping\Drivers\ShippingMethods;
4
5
-use Cartalyst\Converter\Laravel\Facades\Converter;
6
use Lunar\DataTypes\ShippingOption;
7
use Lunar\Exceptions\MissingCurrencyPriceException;
+use Lunar\Facades\Converter;
8
use Lunar\Facades\Pricing;
9
use Lunar\Models\Product;
10
use Lunar\Shipping\DataTransferObjects\ShippingOptionRequest;
0 commit comments