Skip to content

Commit 06d481f

Browse files
authoredFeb 20, 2018
Merge pull request #4 from chocopowwwa/fix/implement-abstract-1
Update Job.php
2 parents 8a9ff51 + f741a07 commit 06d481f

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)