uncomment the routes

This commit is contained in:
2024-02-24 10:40:20 +00:00
parent 5459c77829
commit 56d5a433b4
13 changed files with 110 additions and 107 deletions

View File

@@ -13,6 +13,7 @@ class SmsClass
public function sendSms($mobile, $msg)
{
if (App::environment('production')) {
$client = new SoapClient("http://sms1000.ir/webservice/sms.asmx?WSDL");
$date = date('d-m-y h:i:s');