Skip to content

Commit

Permalink
replace deprecated Doctrine\Common\Persistence classes with `Doctri…
Browse files Browse the repository at this point in the history
…ne\Persistence`
  • Loading branch information
AlexeyKosov committed Apr 7, 2021
1 parent 9306d75 commit 892d5b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Doctrine/Queue/SyncIndexWithObjectChangeProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Interop\Queue\Context;
use Interop\Queue\Message;
use Interop\Queue\Processor;
use Doctrine\Common\Persistence\ManagerRegistry;
use Doctrine\Persistence\ManagerRegistry;

final class SyncIndexWithObjectChangeProcessor implements Processor, CommandSubscriberInterface, QueueSubscriberInterface
{
Expand Down
2 changes: 1 addition & 1 deletion Doctrine/SyncIndexWithObjectChangeListener.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
namespace Enqueue\ElasticaBundle\Doctrine;

use Doctrine\Common\Persistence\Event\LifecycleEventArgs;
use Doctrine\Persistence\Event\LifecycleEventArgs;
use Doctrine\ORM\Event\PostFlushEventArgs;
use Enqueue\ElasticaBundle\Doctrine\Queue\Commands;
use Enqueue\ElasticaBundle\Doctrine\Queue\SyncIndexWithObjectChangeProcessor as SyncProcessor;
Expand Down

0 comments on commit 892d5b5

Please sign in to comment.