SyncRule: we have a boolean property

This commit is contained in:
Thomas Gelf 2023-03-07 11:45:52 +01:00
parent 637a304f47
commit 3893455388
1 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,10 @@ class SyncRule extends DbObject implements ExportInterface
'last_attempt',
];
protected $booleans = [
'purge_existing' => 'purge_existing',
];
private $sync;
private $purgeStrategy;