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)
->write($message)
->send();
exit();
}
/**

Loading…
Cancel
Save