persistence icon indicating copy to clipboard operation
persistence copied to clipboard

AbstractManagerRegistry::getManagerForClass does not support ResolveTargetEntityListener

Open teohhanhui opened this issue 6 years ago • 0 comments

The check

https://github.com/doctrine/persistence/blob/43526ae63312942e5316100bb3ed589ba1aba491/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php#L181

seems to be insufficient as a transient class may have an alias defined using ResolveTargetEntityListener.

teohhanhui avatar May 28 '19 19:05 teohhanhui