Jump to content

Recommended Posts

Posted

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];

 

Posted
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.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...