Skip to content

Commit

Permalink
fix: use dispatcher contract
Browse files Browse the repository at this point in the history
  • Loading branch information
djereg committed May 5, 2024
1 parent 31f8233 commit 9a1fc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Jobs/MessageJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Djereg\Laravel\RabbitMQ\Events\MessageReceived;
use Djereg\Laravel\RabbitMQ\Services\ArrayBag;
use Illuminate\Events\Dispatcher;
use Illuminate\Contracts\Events\Dispatcher;

readonly class MessageJob
{
Expand Down

0 comments on commit 9a1fc2b

Please sign in to comment.