This commit is contained in:
as2252258@163.com
2021-04-21 01:52:48 +08:00
parent 8e35c0e6d2
commit ea4fe5f390
+1 -1
View File
@@ -549,7 +549,7 @@ class Node extends HttpService
* @return Validator|bool
* @throws Exception
*/
private function runValidator($dispatchParams): Validator|bool
private function runValidator($dispatchParams): string
{
/** @var HttpFilter $filter */
$filter = Snowflake::app()->get('filter');