test data

This commit is contained in:
2021-03-24 22:22:16 +09:00
parent 60d511d3c1
commit 6613c985cd

View File

@@ -72,7 +72,7 @@ class Test extends Command
} catch(RequestFailedException $e) { } catch(RequestFailedException $e) {
return null; return null;
} }
var_dump($reponse); var_dump($response);
dd($response->getErrorCode()); dd($response->getErrorCode());
} }
} }