Skip to content

Commit 6c53696

Browse files
authored
Merge pull request #45 from gtlkirit/master
Support Laravel 5.7
2 parents 24722b7 + be12f39 commit 6c53696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Integrations/BindsWorker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ trait BindsWorker
1616
* @var array
1717
*/
1818
protected $workerImplementations = [
19-
'5\.[3456]\.\d+' => Laravel53Worker::class
19+
'5\.[34567]\.\d+' => Laravel53Worker::class
2020
];
2121

2222
/**

0 commit comments

Comments
 (0)