Commit 4aaf9a8f authored by Taylor Otwell's avatar Taylor Otwell

Exit with artisan status code.

parent 216bc077
......@@ -56,7 +56,7 @@ $artisan = Illuminate\Console\Application::start($app);
|
*/
$artisan->run();
$status = $artisan->run();
/*
|--------------------------------------------------------------------------
......@@ -69,4 +69,6 @@ $artisan->run();
|
*/
$app->shutdown();
\ No newline at end of file
$app->shutdown();
exit($status);
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment