Skip to content

Commit

Permalink
Update TaskHandler.php
Browse files Browse the repository at this point in the history
  • Loading branch information
marickvantuil2 authored Jan 29, 2024
1 parent 4db7c61 commit 6a6438b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TaskHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public function __construct(CloudTasksClient $client)

public function handle(?string $task = null): void
{
// test
$task = $this->captureTask($task);

$this->loadQueueConnectionConfiguration($task);
Expand Down

0 comments on commit 6a6438b

Please sign in to comment.