Skip to content

Commit

Permalink
Merge pull request #2 from event-engine/feature/store_indices_in_memoery
Browse files Browse the repository at this point in the history
Store indices in InMemoryConnection
  • Loading branch information
codeliner authored Nov 12, 2019
2 parents 18b3b5d + e9d9640 commit acc5d93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/InMemoryConnection.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ final class InMemoryConnection implements \ArrayAccess, TransactionalConnection
'event_streams' => [],
'projections' => [],
'documents' => [],
'documentIndices' => [],
];

/**
Expand Down

0 comments on commit acc5d93

Please sign in to comment.