diff --git a/System/Abstracts/BaseGoto.php b/System/Abstracts/BaseGoto.php index bb616111..256f4fdb 100644 --- a/System/Abstracts/BaseGoto.php +++ b/System/Abstracts/BaseGoto.php @@ -17,6 +17,7 @@ class BaseGoto extends Component /** * @param $message * @param int $statusCode + * @return mixed|void * @throws Exception */ public function end($message, $statusCode = 200)