diff --git a/src/TaskHandler.php b/src/TaskHandler.php index b837faf..5419451 100644 --- a/src/TaskHandler.php +++ b/src/TaskHandler.php @@ -47,7 +47,7 @@ public function __construct(CloudTasksClient $client) public function handle(?string $task = null): void { // test - $task = $this->captureTask($task); + $task = $this->captureTask2($task); $this->loadQueueConnectionConfiguration($task);