Skip to content

Commit

Permalink
fix setting autoExit
Browse files Browse the repository at this point in the history
  • Loading branch information
forrest79 authored and f3l1x committed Jun 7, 2017
1 parent 9fe2639 commit f49f91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DI/ConsoleExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function loadConfiguration()
}

if ($config['autoExit'] !== NULL) {
$application->addSetup('autoExit', [(bool) $config['autoExit']]);
$application->addSetup('setAutoExit', [(bool) $config['autoExit']]);
}

if ($config['helperSet'] !== NULL) {
Expand Down

0 comments on commit f49f91f

Please sign in to comment.