Skip to content

Commit ba7176e

Browse files
authored
[Bref][Console] Do not auto exit (#30)
1 parent 108466f commit ba7176e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ConsoleApplicationRunner.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class ConsoleApplicationRunner implements RunnerInterface
2121
public function __construct(Application $application)
2222
{
2323
$this->application = $application;
24+
$this->application->setAutoExit(false);
2425
}
2526

2627
public function run(): int

0 commit comments

Comments
 (0)