Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit 22c95bb

Browse files
author
Steve Porter
authored
Merge pull request #11 from wbgneto/patch-1
Fix RabbitMQJob
2 parents 3f07304 + ff4d16d commit 22c95bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Jobs/RabbitMQJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class RabbitMQJob extends BaseJob
99
/**
1010
* {@inheritdoc}
1111
*/
12-
public function delete()
12+
public function delete(): void
1313
{
1414
parent::delete();
1515

0 commit comments

Comments
 (0)