Merge pull request #354 from pscheit/master
ValidateSchemaCommand dont't call exit() in execute()
This commit is contained in:
commit
f686a3ac1b
@ -84,6 +84,6 @@ EOT
|
|||||||
$output->write('<info>[Database] OK - The database schema is in sync with the mapping files.</info>' . "\n");
|
$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