Skip to content

Commit eb2adc8

Browse files
committed
r Version matching
1 parent 50186f0 commit eb2adc8

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].*' => Laravel53Worker::class
19+
'5\.[3456]\.\d+' => Laravel53Worker::class
2020
];
2121

2222
/**

0 commit comments

Comments
 (0)