Merge pull request #354 from pscheit/master
ValidateSchemaCommand dont't call exit() in execute()
This commit is contained in:
commit
f686a3ac1b
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