Skip to content

Commit

Permalink
add missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
flack committed Mar 20, 2024
1 parent c56cec6 commit 70227f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/midcom/console/application.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ public function doRun(InputInterface $input, OutputInterface $output)
$_SERVER['HTTPS'] = 'on';
}

parent::doRun($input, $output);
return parent::doRun($input, $output);
}
}

0 comments on commit 70227f0

Please sign in to comment.