You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The depth parameter was added to the json_encode function on version 5.5. Therefore, the call to json_encode (in ./vendor/guzzlehttp/guzzle/src/functions.php line 322) raises a warning.
Running $response = $mj->post(Resources::$Email, ['body' => $body]); crashes due to the above.
The text was updated successfully, but these errors were encountered:
The depth parameter was added to the json_encode function on version 5.5. Therefore, the call to json_encode (in ./vendor/guzzlehttp/guzzle/src/functions.php line 322) raises a warning.
Running
$response = $mj->post(Resources::$Email, ['body' => $body]);
crashes due to the above.The text was updated successfully, but these errors were encountered: