Skip to content

Commit

Permalink
Merge pull request #101 from timmylindh/wrapper-fix
Browse files Browse the repository at this point in the history
Laravel 11 - Wrapper fix
  • Loading branch information
fylzero authored Mar 16, 2024
2 parents 3d4c1d8 + 59cc0c1 commit 4429157
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,
'([89]|10)\.\d+\.\d+' => Laravel8Worker::class
'([89]|10|11)\.\d+\.\d+' => Laravel8Worker::class
];

/**
Expand Down

0 comments on commit 4429157

Please sign in to comment.