Skip to content

Commit f741a07

Browse files
authored
1 parent 8a9ff51 commit f741a07

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Job.php

+5
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ public function __construct(Container $container, PsrContext $psrContext, PsrCon
4141
$this->psrMessage = $psrMessage;
4242
$this->connectionName = $connectionName;
4343
}
44+
45+
public function getJobId()
46+
{
47+
return $this->psrMessage->getMessageId();
48+
}
4449

4550
/**
4651
* {@inheritdoc}

0 commit comments

Comments
 (0)