Skip to content

Commit

Permalink
chore: Merging
Browse files Browse the repository at this point in the history
  • Loading branch information
byawitz committed Jun 21, 2024
1 parent 3b54dad commit f40b23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Platform/Platform.php
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f40b23b

Please sign in to comment.