mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 14:08:42 +00:00
fix: 8dfa2760f0
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8dfa2760f0
commit
47ef361220
@ -54,7 +54,7 @@ class UOJRemoteProblem {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'content-type' => $curl->response_headers['Content-Type'],
|
'content-type' => $curl->responseHeaders['Content-Type'],
|
||||||
'response' => $curl->response,
|
'response' => $curl->response,
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user