save option keep relations

This commit is contained in:
Yuri Kuznetsov
2024-12-19 14:00:37 +02:00
parent b992ced5b4
commit 656ecba3de
3 changed files with 9 additions and 1 deletions
@@ -34,4 +34,5 @@ class SaveOption
public const SKIP_ALL = 'skipAll';
public const KEEP_NEW = 'keepNew';
public const KEEP_DIRTY = 'keepDirty';
public const KEEP_RELATIONS = 'keepRelations';
}