Require data param for ops

This commit is contained in:
Jake Barnby 2025-08-15 01:03:36 +12:00
parent e9c730e0c1
commit 56d7716ddb
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -13,6 +13,7 @@ class Operation extends Validator
'databaseId',
'collectionId',
'action',
'data',
];
/** @var array<string> */