don't call exit() in execute()
This commit is contained in:
parent
93fcb74f9a
commit
e9f936c0ba
@ -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…
x
Reference in New Issue
Block a user