Skip to content

Commit 1f6e16e

Browse files
committed
Add the OptionsValidator property to the Operation class
1 parent 78cb9a8 commit 1f6e16e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Datastore/src/Operation.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ class Operation
9696
*/
9797
private Serializer $serializer;
9898

99+
/**
100+
* @var OptionsValidator
101+
*/
102+
private OptionsValidator $optionsValidator;
103+
99104
/**
100105
* Create an operation
101106
*

0 commit comments

Comments
 (0)