Skip to content

Commit

Permalink
Fix observer namespace for shipping observer (#1729)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecritson committed May 16, 2024
1 parent 62db545 commit ccfdab6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
use Lunar\Base\ShippingModifiers;
use Lunar\Models\Order;
use Lunar\Models\Product;
use Lunar\Observers\OrderObserver;
use Lunar\Shipping\Interfaces\ShippingMethodManagerInterface;
use Lunar\Shipping\Managers\ShippingManager;
use Lunar\Shipping\Models\ShippingExclusion;
use Lunar\Shipping\Models\ShippingZone;
use Lunar\Shipping\Observers\OrderObserver;

class ShippingServiceProvider extends ServiceProvider
{
Expand Down

0 comments on commit ccfdab6

Please sign in to comment.