Skip to content

Commit

Permalink
remove doctrine common persistance
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel8702 committed Jul 1, 2021
1 parent 13b495a commit 1600e6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Fixture/Factory/CalloutExampleFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Setono\SyliusCalloutPlugin\Fixture\Factory;

use Doctrine\Common\Persistence\ObjectManager;
use Doctrine\Persistence\ObjectManager;
use Faker\Factory;
use Safe\DateTime;
use Setono\SyliusCalloutPlugin\Model\Callout;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Setono\SyliusCalloutPlugin\Message\Handler;

use Doctrine\Common\Persistence\ObjectManager;
use Doctrine\Persistence\ObjectManager;
use Setono\SyliusCalloutPlugin\Callout\Provider\EligibleCalloutsProviderInterface;
use Setono\SyliusCalloutPlugin\Message\Command\AssignEligibleCalloutsToProduct;
use Setono\SyliusCalloutPlugin\Model\ProductInterface;
Expand Down

0 comments on commit 1600e6e

Please sign in to comment.