This commit is contained in:
2021-02-25 14:42:26 +08:00
parent 8539971ca0
commit 9b1c28e735
6 changed files with 23 additions and 54 deletions
+1 -1
View File
@@ -511,7 +511,7 @@ if (!function_exists('send')) {
* @return bool|Response|stdClass|string
* @throws Exception
*/
function send($context, $statusCode = 200): Response|bool|string|stdClass
function send($context, $statusCode = 404): Response|bool|string|stdClass
{
return \response()->send($context, $statusCode);
}