Skip to content

Commit 5798312

Browse files
committed
Update BindsWorker.php to include compatibility for Laravel 12.x
1 parent 0326978 commit 5798312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Integrations/BindsWorker.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ trait BindsWorker
2222
protected $workerImplementations = [
2323
'5\.[345678]\.\d+' => Laravel53Worker::class,
2424
'[67]\.\d+\.\d+' => Laravel6Worker::class,
25-
'([89]|10|11)\.\d+\.\d+' => Laravel8Worker::class
25+
'([89]|10|11|12)\.\d+\.\d+' => Laravel8Worker::class
2626
];
2727

2828
/**

0 commit comments

Comments
 (0)