Update Engine.php

Fixed halt method so that it stops execution.
pull/342/head
kouts 7 years ago committed by GitHub
parent b6ded4f288
commit 98c105d009

@ -368,6 +368,7 @@ class Engine {
->status($code) ->status($code)
->write($message) ->write($message)
->send(); ->send();
exit();
} }
/** /**

Loading…
Cancel
Save