Jono Posted June 26, 2020 Report Posted June 26, 2020 Must be running an old version, this was fixed back at the end of 2018. You can add this just before the trouble line: if(!is_array($response->portfolios->name)) $response->portfolios->name = [$response->portfolios->name];
mukesh Posted June 27, 2020 Author Report Posted June 27, 2020 11 hours ago, Jono said: Must be running an old version, this was fixed back at the end of 2018. You can add this just before the trouble line: if(!is_array($response->portfolios->name)) $response->portfolios->name = [$response->portfolios->name]; its worked.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now