Worker fix

This commit is contained in:
Jake Barnby 2023-03-23 17:20:08 +13:00
parent 0643a94b12
commit f9f7af8759
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -106,9 +106,8 @@ class DatabaseV1 extends Worker
relatedCollection: 'database_' . $database->getInternalId() . '_collection_' . $relatedCollection->getInternalId(),
type: $options['relationType'],
twoWay: $options['twoWay'],
id: $options['id'],
id: $key,
twoWayKey: $options['twoWayKey'],
//onUpdate: $options['onUpdate'],
onDelete: $options['onDelete'],
)
) {