Skip to content

Commit

Permalink
bug #459 fix for new adjustment migration (arti0090)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.9-dev branch.

Discussion
----------

fix for changes related to Sylius/Sylius#12116

Commits
-------

2a9868b fix for new adjustment migration
  • Loading branch information
lchrusciel authored Dec 17, 2020
2 parents 7b53f4a + 2a9868b commit bdfef90
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 bdfef90

Please sign in to comment.