Skip to content

Commit

Permalink
Merge pull request #91 from dclaysmith/patch-1
Browse files Browse the repository at this point in the history
Update BindsWorker.php to use Laravel8Worker for Laravel 9.
  • Loading branch information
dusterio authored Mar 22, 2022
2 parents d158a81 + d60d4a4 commit 6804286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Integrations/BindsWorker.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ trait BindsWorker
protected $workerImplementations = [
'5\.[345678]\.\d+' => Laravel53Worker::class,
'[67]\.\d+\.\d+' => Laravel6Worker::class,
'[8]\.\d+\.\d+' => Laravel8Worker::class
'[89]\.\d+\.\d+' => Laravel8Worker::class
];

/**
Expand Down

0 comments on commit 6804286

Please sign in to comment.