Skip to content

Commit

Permalink
Merge pull request #45 from gtlkirit/master
Browse files Browse the repository at this point in the history
Support Laravel 5.7
  • Loading branch information
dusterio authored Sep 27, 2018
2 parents 24722b7 + be12f39 commit 6c53696
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 @@ -16,7 +16,7 @@ trait BindsWorker
* @var array
*/
protected $workerImplementations = [
'5\.[3456]\.\d+' => Laravel53Worker::class
'5\.[34567]\.\d+' => Laravel53Worker::class
];

/**
Expand Down

0 comments on commit 6c53696

Please sign in to comment.