debug yd api

This commit is contained in:
Omair Saleh
2023-02-17 06:44:33 +08:00
parent 3046530f71
commit 9f96caad7c
@@ -30,6 +30,7 @@ class FetchesDataFromYDPortal
*/
public function getResponseBody(ResponseInterface $request){
$content = $request->getBody()->getContents();
dd($content);
$content = str_replace("\r",'', $content);
$content = str_replace("\n",'', $content);
$content = str_replace("\t",'', $content);