Skip to content

Commit

Permalink
Store indices in InMemoryConnection
Browse files Browse the repository at this point in the history
  • Loading branch information
codeliner committed Nov 12, 2019
1 parent 18b3b5d commit e9d9640
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 e9d9640

Please sign in to comment.