Skip to content

Commit

Permalink
Merge pull request #6 from djereg/dev
Browse files Browse the repository at this point in the history
fix: use dispatcher contract
  • Loading branch information
djereg authored May 5, 2024
2 parents 217a839 + 9a1fc2b commit 35a3568
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 35a3568

Please sign in to comment.