Skip to content

Commit

Permalink
Update Send.php
Browse files Browse the repository at this point in the history
  • Loading branch information
funadmin authored Dec 24, 2021
1 parent 044fa45 commit 9d2499e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/Send.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ protected function result($msg, $data = null, $code = 404, $type = null, array
header($name . ':' . $val);
}
}
$response = Response::create($result, $type, (int)$code)->header($header);
$response = Response::create($result, $type)->header($header);
throw new HttpResponseException($response);
}
}
Expand Down

0 comments on commit 9d2499e

Please sign in to comment.