1
0
mirror of synced 2025-01-29 19:41:45 +03:00

Merge pull request #354 from pscheit/master

ValidateSchemaCommand dont't call exit() in execute()
This commit is contained in:
Benjamin Eberlei 2012-05-22 10:03:44 -07:00
commit f686a3ac1b

View File

@ -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;
}
}