Guest User

Untitled

a guest
Jun 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $url = json_decode($getClient->getBody()->getContents());
  2. dd($url);
  3.  
  4. {#302 ▼
  5. +"output": {#304 ▼
  6. +"url": "https://...▶"
  7. }
  8. }
  9.  
  10. Cannot use object of type stdClass as array
  11.  
  12. Undefined property: stdClass::$url
Add Comment
Please, Sign In to add comment