Remove now-superfluous EntityManager check
This commit is contained in:
parent
08be905fc3
commit
c507b52f20
1 changed files with 0 additions and 4 deletions
|
@ -30,10 +30,6 @@ class CacheMetadataListener
|
|||
return;
|
||||
}
|
||||
|
||||
if( ! $em instanceof EntityManager){
|
||||
return;
|
||||
}
|
||||
|
||||
$this->enableCaching($metadata, $em);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue