This commit is contained in:
Dennis Eichhorn 2020-06-11 09:39:08 +02:00
parent a2d92442b6
commit d2ab4feda0

View File

@ -344,7 +344,7 @@ class DataMapperAbstract implements DataMapperInterface
if (static::class === self::$parentMapper) {
self::$parentMapper = null;
self::$conditionals = [];
self::$relations = RelationType::ALL;
self::$relations = RelationType::ALL;
}
}