1
0
mirror of synced 2025-02-02 21:41:45 +03:00

Remove now-superfluous EntityManager check

This commit is contained in:
Darien Hager 2015-05-05 13:56:22 -07:00 committed by Marco Pivetta
parent 6d6a6a7fbd
commit d0892b21fb

View File

@ -30,10 +30,6 @@ class CacheMetadataListener
return; return;
} }
if( ! $em instanceof EntityManager){
return;
}
$this->enableCaching($metadata, $em); $this->enableCaching($metadata, $em);
} }