Skip to content

Commit

Permalink
fix for new adjustment migration
Browse files Browse the repository at this point in the history
  • Loading branch information
arti0090 committed Dec 16, 2020
1 parent 7b53f4a commit 2a9868b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entity/Order/Adjustment.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace App\Entity\Order;

use Doctrine\ORM\Mapping as ORM;
use Sylius\Component\Order\Model\Adjustment as BaseAdjustment;
use Sylius\Component\Core\Model\Adjustment as BaseAdjustment;

/**
* @ORM\Entity
Expand Down

0 comments on commit 2a9868b

Please sign in to comment.