Update LightSmsTransport.php

remove dump die
This commit is contained in:
Vasilij Duško 2021-04-02 06:31:20 +03:00 committed by GitHub
parent a197deeed1
commit 95e82f6ef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,8 +118,6 @@ final class LightSmsTransport extends AbstractTransport
$content = $response->toArray(false);
dump($content); die();
// it happens if the host without www
if (isset($content['']) && isset($content['']['error'])) {
throw new TransportException('Unable to send the SMS: '.self::ERROR_CODES[$content['']['error']], $response);