Fixed bug in DirectMapper that prevent loading data from db if the pointers were not loaded.
This commit is contained in:
@@ -582,7 +582,7 @@ final class DirectMapper implements iImport
|
||||
|
||||
$this->addPointers($lazyEntity, $lazyEntity->id);
|
||||
|
||||
return $entity;
|
||||
return $lazyEntity;
|
||||
}
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user