#1001 DDC-3005 - Removing dead assignment HydrationCompleteHandler#__construct()
This commit is contained in:
parent
516d04c391
commit
89530f88f7
1 changed files with 1 additions and 2 deletions
|
@ -53,9 +53,8 @@ final class HydrationCompleteHandler
|
|||
*/
|
||||
public function __construct(ListenersInvoker $listenersInvoker, EntityManagerInterface $em)
|
||||
{
|
||||
$this->uow = $uow;
|
||||
$this->listenersInvoker = $listenersInvoker;
|
||||
$this->em = $em;
|
||||
$this->em = $em;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue