1
0
mirror of synced 2025-02-02 13:31: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 08be905fc3
commit c507b52f20

View File

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