From f40b23bf84f8fd95bc954ef9297663c01fed5c4c Mon Sep 17 00:00:00 2001 From: Binyamin Yawitz <316103+byawitz@users.noreply.github.com> Date: Fri, 21 Jun 2024 15:25:15 -0400 Subject: [PATCH] chore: Merging --- src/Platform/Platform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Platform/Platform.php b/src/Platform/Platform.php index 8aac74c..0d8b4b3 100644 --- a/src/Platform/Platform.php +++ b/src/Platform/Platform.php @@ -46,7 +46,7 @@ public function init(string $type, array $params = []): void break; case Service::TYPE_TASK: $adapter = $params['adapter'] ?? new Generic(); - $this->cli ??= new CLI(); + $this->cli ??= new CLI($adapter); $this->initTasks($services); break; case Service::TYPE_GRAPHQL: