SyncRule: we have a boolean property
This commit is contained in:
parent
637a304f47
commit
3893455388
|
@ -43,6 +43,10 @@ class SyncRule extends DbObject implements ExportInterface
|
|||
'last_attempt',
|
||||
];
|
||||
|
||||
protected $booleans = [
|
||||
'purge_existing' => 'purge_existing',
|
||||
];
|
||||
|
||||
private $sync;
|
||||
|
||||
private $purgeStrategy;
|
||||
|
|
Loading…
Reference in New Issue