Skip to content

Commit be12f39

Browse files
committed
Support Laravel 5.7
1 parent 24722b7 commit be12f39

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)