From 98c105d009c681e00c57c2de359a1453372ccf4a Mon Sep 17 00:00:00 2001 From: kouts Date: Sun, 22 Oct 2017 18:46:12 +0300 Subject: [PATCH] Update Engine.php Fixed halt method so that it stops execution. --- flight/Engine.php | 1 + 1 file changed, 1 insertion(+) diff --git a/flight/Engine.php b/flight/Engine.php index 579edf4..1099d02 100644 --- a/flight/Engine.php +++ b/flight/Engine.php @@ -368,6 +368,7 @@ class Engine { ->status($code) ->write($message) ->send(); + exit(); } /**