Exit with artisan status code.

This commit is contained in:
Taylor Otwell 2013-03-13 11:56:39 -05:00
parent 216bc07733
commit 4aaf9a8f2b
1 changed files with 4 additions and 2 deletions

View File

@ -56,7 +56,7 @@ $artisan = Illuminate\Console\Application::start($app);
| |
*/ */
$artisan->run(); $status = $artisan->run();
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
@ -70,3 +70,5 @@ $artisan->run();
*/ */
$app->shutdown(); $app->shutdown();
exit($status);