Skip to content

Commit 00f2adf

Browse files
Marick van TuilMarick van Tuil
authored andcommitted
Updated $config declaration to work with Laravel 12 failover queue
1 parent fd76179 commit 00f2adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CloudTasksQueue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class CloudTasksQueue extends LaravelQueue implements QueueContract
4848
* @param QueueConfig $config
4949
*/
5050
public function __construct(
51-
public array $config,
51+
protected $config,
5252
public CloudTasksClient $client,
5353
// @phpstan-ignore-next-line
5454
public $dispatchAfterCommit = false,

0 commit comments

Comments
 (0)