add comment

This commit is contained in:
yggverse 2024-04-27 00:55:51 +03:00
parent b31149485b
commit 0782a243fd

View File

@ -262,6 +262,7 @@ $server->start(
);
}
// Send response
return empty($response) ? NEXT_FAIL : $response;
}
);