Skip to content

Commit dde75cc

Browse files
committed
Correct ref
1 parent 6da75a2 commit dde75cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DelayedResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function __construct(
3232
* @inheritDoc
3333
*/
3434
public function getRef() {
35-
return md5('delayed-' . $this->response->getRef());
35+
return md5('delayed.' . $this->response->getRef());
3636
}
3737

3838
/**

0 commit comments

Comments
 (0)