Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrajodas committed May 15, 2024
1 parent c2f12df commit 679ed52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Component.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public function run(): void
$config = $this->getConfig();

$application = new Application($config, $this->getLogger());
echo json_encode([$config->getAction()]);return;
switch ($config->getAction()) {
case 'run':
$application->run();
Expand Down

0 comments on commit 679ed52

Please sign in to comment.