Skip to content

Commit

Permalink
Merge 1a6aaf5 into 59bb965
Browse files Browse the repository at this point in the history
  • Loading branch information
unixslayer committed Apr 19, 2021
2 parents 59bb965 + 1a6aaf5 commit 4d93722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Projection/InMemoryEventStoreProjector.php
Expand Up @@ -499,7 +499,7 @@ private function prepareStreamPositions(): void
$reflectionProperty->setAccessible(true);

$streamPositions = [];
$streams = \array_keys($reflectionProperty->getValue($this->eventStore));
$streams = \array_keys($reflectionProperty->getValue($this->innerEventStore));

if (isset($this->query['all'])) {
foreach ($streams as $stream) {
Expand Down

0 comments on commit 4d93722

Please sign in to comment.