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

Commit ff4d16d

Browse files
author
Walter Galvão
authored
Fix RabbitMQJob
Fix for ``` In RabbitMQJob.php line 7: Declaration of DesignMyNight\Laravel\Horizon\Jobs\RabbitMQJob::delete() mus t be compatible with VladimirYuldashev\LaravelQueueRabbitMQ\Queue\Jobs\Rabb itMQJob::delete(): void ```
1 parent 3f07304 commit ff4d16d

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)