We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18b3b5d + e9d9640 commit acc5d93Copy full SHA for acc5d93
1 file changed
src/InMemoryConnection.php
@@ -26,6 +26,7 @@ final class InMemoryConnection implements \ArrayAccess, TransactionalConnection
26
'event_streams' => [],
27
'projections' => [],
28
'documents' => [],
29
+ 'documentIndices' => [],
30
];
31
32
/**
0 commit comments