Skip to content

Commit 6d3ba61

Browse files
Fix (#30)
1 parent c211f6e commit 6d3ba61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Job/QlessJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public function getRawBody()
202202
* @param \Throwable|null $e
203203
* @return void
204204
*/
205-
protected function failed($e)
205+
public function failed($e)
206206
{
207207
$payload = $this->payload();
208208

0 commit comments

Comments
 (0)