1
0
mirror of synced 2025-02-20 06:03:15 +03:00

don't call exit() in execute()

This commit is contained in:
Philipp Scheit 2012-05-22 14:25:54 +03:00
parent 93fcb74f9a
commit e9f936c0ba

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