Fixed bug in DirectMapper that prevent loading data from db if the pointers were not loaded.

This commit is contained in:
Abdulmhsen B. A. A
2022-07-19 17:32:15 +03:00
parent 8931184175
commit 3e430408dc

View File

@@ -582,7 +582,7 @@ final class DirectMapper implements iImport
$this->addPointers($lazyEntity, $lazyEntity->id);
return $entity;
return $lazyEntity;
}
return false;