diff --git a/DataStorage/Database/DataMapperAbstract.php b/DataStorage/Database/DataMapperAbstract.php index 84dfec861..1d61a1e6e 100644 --- a/DataStorage/Database/DataMapperAbstract.php +++ b/DataStorage/Database/DataMapperAbstract.php @@ -1517,7 +1517,7 @@ class DataMapperAbstract implements DataMapperInterface * * @since 1.0.0 */ - public static function update($obj, int $relations = RelationType::ALL, int $depth = 1) + public static function update($obj, int $relations = RelationType::ALL, int $depth = 3) { if (!isset($obj) || self::isNullModel($obj)) { return null;