Skip to content

Commit 9d2499e

Browse files
authored
Update Send.php
1 parent 044fa45 commit 9d2499e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auth/Send.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ protected function result($msg, $data = null, $code = 404, $type = null, array
6666
header($name . ':' . $val);
6767
}
6868
}
69-
$response = Response::create($result, $type, (int)$code)->header($header);
69+
$response = Response::create($result, $type)->header($header);
7070
throw new HttpResponseException($response);
7171
}
7272
}

0 commit comments

Comments
 (0)