We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad29886 commit 8954c01Copy full SHA for 8954c01
src/Configurator.php
@@ -422,6 +422,7 @@ private function isOnInsertGeneratedField(Field $field): bool
422
423
private function propertyBelongsToOtherEntity(\ReflectionClass $currentClass, \ReflectionClass $declaringClass): bool
424
{
425
+ // if the current class is the same as declaring class, than the property belongs to current Entity
426
if ($currentClass->getName() === $declaringClass->getName()) {
427
return false;
428
}
0 commit comments