don't call exit() in execute()
This commit is contained in:
parent
93fcb74f9a
commit
e9f936c0ba
1 changed files with 1 additions and 1 deletions
|
@ -84,6 +84,6 @@ EOT
|
|||
$output->write('<info>[Database] OK - The database schema is in sync with the mapping files.</info>' . "\n");
|
||||
}
|
||||
|
||||
exit($exit);
|
||||
return $exit;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue