Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-ivona committed Jan 21, 2025
1 parent 7cb2af6 commit c583df9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Containers/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ public function execute(TerminalService $terminal, array $commands, string $inpu

$commands = array_merge($service_command, $commands);

dump($commands);
return $terminal->execute($commands, $input);
}

Expand All @@ -277,7 +278,7 @@ public function run(TerminalService $terminal, array $commands, string $input =
$service_command[] = $this->service_name;

$commands = array_merge($service_command, $commands);

dump($commands);
return $terminal->execute($commands, $input);
}

Expand Down

0 comments on commit c583df9

Please sign in to comment.