#1001 DDC-3005 - Removing dead assignment HydrationCompleteHandler#__construct()
This commit is contained in:
parent
516d04c391
commit
89530f88f7
@ -53,9 +53,8 @@ final class HydrationCompleteHandler
|
|||||||
*/
|
*/
|
||||||
public function __construct(ListenersInvoker $listenersInvoker, EntityManagerInterface $em)
|
public function __construct(ListenersInvoker $listenersInvoker, EntityManagerInterface $em)
|
||||||
{
|
{
|
||||||
$this->uow = $uow;
|
|
||||||
$this->listenersInvoker = $listenersInvoker;
|
$this->listenersInvoker = $listenersInvoker;
|
||||||
$this->em = $em;
|
$this->em = $em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user