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