Skip to content

Commit 3196a26

Browse files
committed
fix resolve issue
1 parent 00557f7 commit 3196a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SagasProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ function () use ($id, $context): \Generator
146146
);
147147
}
148148

149-
yield $this->releaseMutex($id);
149+
yield from $this->releaseMutex($id);
150150
}
151151
);
152152
}

0 commit comments

Comments
 (0)