From 3cb03dc2e12756aa902a303e17e76f33f38909f7 Mon Sep 17 00:00:00 2001 From: hafijul233 Date: Mon, 8 Apr 2024 20:45:26 +0000 Subject: [PATCH] Fix styling --- src/Drivers/BDBulkSms.php | 2 +- src/Drivers/BoomCast.php | 2 +- src/Drivers/Brilliant.php | 2 +- src/Drivers/BulkSmsBD.php | 2 +- src/Drivers/CustomGateway.php | 2 +- src/Drivers/DianaHost.php | 2 +- src/Drivers/DianaSms.php | 2 +- src/Drivers/DnsBd.php | 2 +- src/Drivers/ElitBuzz.php | 2 +- src/Drivers/Esms.php | 2 +- src/Drivers/Grameenphone.php | 2 +- src/Drivers/GreenWeb.php | 2 +- src/Drivers/Lpeek.php | 2 +- src/Drivers/Metronet.php | 2 +- src/Drivers/MimSms.php | 2 +- src/Drivers/Mobireach.php | 2 +- src/Drivers/Mobishasra.php | 2 +- src/Drivers/Muthofun.php | 2 +- src/Drivers/NovocomBd.php | 2 +- src/Drivers/Onnorokom.php | 2 +- src/Drivers/ProviderRoadmap.php | 2 +- src/Drivers/QuickSms.php | 2 +- src/Drivers/RedmoItSms.php | 2 +- src/Drivers/Robi.php | 2 +- src/Drivers/SMSNoc.php | 2 +- src/Drivers/SmartLabSms.php | 2 +- src/Drivers/Sms4BD.php | 2 +- src/Drivers/SmsNet24.php | 2 +- src/Drivers/SmsNetBD.php | 2 +- src/Drivers/SmsQ.php | 2 +- src/Drivers/SmsinBD.php | 2 +- src/Drivers/Ssl.php | 2 +- src/Drivers/Tense.php | 2 +- src/Drivers/TruboSms.php | 2 +- src/Drivers/Twenty4BulkSms.php | 2 +- src/Drivers/TwentyFourSmsBD.php | 2 +- src/Drivers/Viatech.php | 2 +- src/Providers.php | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) diff --git a/src/Drivers/BDBulkSms.php b/src/Drivers/BDBulkSms.php index 407afe3..aae5a4b 100644 --- a/src/Drivers/BDBulkSms.php +++ b/src/Drivers/BDBulkSms.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/BoomCast.php b/src/Drivers/BoomCast.php index 87b42e1..817d8ce 100644 --- a/src/Drivers/BoomCast.php +++ b/src/Drivers/BoomCast.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/Brilliant.php b/src/Drivers/Brilliant.php index 3d6419b..9e81be9 100644 --- a/src/Drivers/Brilliant.php +++ b/src/Drivers/Brilliant.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/BulkSmsBD.php b/src/Drivers/BulkSmsBD.php index c1e1756..6b0b07c 100644 --- a/src/Drivers/BulkSmsBD.php +++ b/src/Drivers/BulkSmsBD.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/CustomGateway.php b/src/Drivers/CustomGateway.php index b81e146..bb02735 100644 --- a/src/Drivers/CustomGateway.php +++ b/src/Drivers/CustomGateway.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/DianaHost.php b/src/Drivers/DianaHost.php index 0d10a4b..5e69bfa 100644 --- a/src/Drivers/DianaHost.php +++ b/src/Drivers/DianaHost.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/DianaSms.php b/src/Drivers/DianaSms.php index 1800e26..590730f 100644 --- a/src/Drivers/DianaSms.php +++ b/src/Drivers/DianaSms.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/DnsBd.php b/src/Drivers/DnsBd.php index 3d8e499..144f0bd 100644 --- a/src/Drivers/DnsBd.php +++ b/src/Drivers/DnsBd.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/ElitBuzz.php b/src/Drivers/ElitBuzz.php index 24646ac..18e96d1 100644 --- a/src/Drivers/ElitBuzz.php +++ b/src/Drivers/ElitBuzz.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/Esms.php b/src/Drivers/Esms.php index 8132ebb..843225b 100644 --- a/src/Drivers/Esms.php +++ b/src/Drivers/Esms.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/Grameenphone.php b/src/Drivers/Grameenphone.php index 29f059d..3bd19df 100644 --- a/src/Drivers/Grameenphone.php +++ b/src/Drivers/Grameenphone.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/GreenWeb.php b/src/Drivers/GreenWeb.php index aed46d6..9e9a95b 100644 --- a/src/Drivers/GreenWeb.php +++ b/src/Drivers/GreenWeb.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/Lpeek.php b/src/Drivers/Lpeek.php index e43f1a6..b62bf4d 100644 --- a/src/Drivers/Lpeek.php +++ b/src/Drivers/Lpeek.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/Metronet.php b/src/Drivers/Metronet.php index 3a40c98..30f74a8 100644 --- a/src/Drivers/Metronet.php +++ b/src/Drivers/Metronet.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/MimSms.php b/src/Drivers/MimSms.php index 0b004a9..27e0589 100644 --- a/src/Drivers/MimSms.php +++ b/src/Drivers/MimSms.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/Mobireach.php b/src/Drivers/Mobireach.php index a7ad904..020ebee 100644 --- a/src/Drivers/Mobireach.php +++ b/src/Drivers/Mobireach.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/Mobishasra.php b/src/Drivers/Mobishasra.php index 9a7ba8a..a8b480a 100644 --- a/src/Drivers/Mobishasra.php +++ b/src/Drivers/Mobishasra.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/Muthofun.php b/src/Drivers/Muthofun.php index fadddce..b2a00e9 100644 --- a/src/Drivers/Muthofun.php +++ b/src/Drivers/Muthofun.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/NovocomBd.php b/src/Drivers/NovocomBd.php index b161441..41d9c3b 100644 --- a/src/Drivers/NovocomBd.php +++ b/src/Drivers/NovocomBd.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/Onnorokom.php b/src/Drivers/Onnorokom.php index 1978c5d..8fd1ee3 100644 --- a/src/Drivers/Onnorokom.php +++ b/src/Drivers/Onnorokom.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/ProviderRoadmap.php b/src/Drivers/ProviderRoadmap.php index 08ee707..e7ab585 100644 --- a/src/Drivers/ProviderRoadmap.php +++ b/src/Drivers/ProviderRoadmap.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/QuickSms.php b/src/Drivers/QuickSms.php index 7582c3f..8ecb1a3 100644 --- a/src/Drivers/QuickSms.php +++ b/src/Drivers/QuickSms.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/RedmoItSms.php b/src/Drivers/RedmoItSms.php index 6eae160..367f8f2 100644 --- a/src/Drivers/RedmoItSms.php +++ b/src/Drivers/RedmoItSms.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/Robi.php b/src/Drivers/Robi.php index a6ff92d..aa64140 100644 --- a/src/Drivers/Robi.php +++ b/src/Drivers/Robi.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/SMSNoc.php b/src/Drivers/SMSNoc.php index 1921324..63948a5 100644 --- a/src/Drivers/SMSNoc.php +++ b/src/Drivers/SMSNoc.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/SmartLabSms.php b/src/Drivers/SmartLabSms.php index 4dd6db8..8a198ed 100644 --- a/src/Drivers/SmartLabSms.php +++ b/src/Drivers/SmartLabSms.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/Sms4BD.php b/src/Drivers/Sms4BD.php index a6c238f..ca42d6f 100644 --- a/src/Drivers/Sms4BD.php +++ b/src/Drivers/Sms4BD.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/SmsNet24.php b/src/Drivers/SmsNet24.php index 092c307..695558f 100644 --- a/src/Drivers/SmsNet24.php +++ b/src/Drivers/SmsNet24.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/SmsNetBD.php b/src/Drivers/SmsNetBD.php index c886d12..ec23089 100644 --- a/src/Drivers/SmsNetBD.php +++ b/src/Drivers/SmsNetBD.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/SmsQ.php b/src/Drivers/SmsQ.php index a2b084a..b2d4a89 100644 --- a/src/Drivers/SmsQ.php +++ b/src/Drivers/SmsQ.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/SmsinBD.php b/src/Drivers/SmsinBD.php index 50fb734..ce00ce2 100644 --- a/src/Drivers/SmsinBD.php +++ b/src/Drivers/SmsinBD.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/Ssl.php b/src/Drivers/Ssl.php index 3fb7528..8c31997 100644 --- a/src/Drivers/Ssl.php +++ b/src/Drivers/Ssl.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/Tense.php b/src/Drivers/Tense.php index d5142e4..3c29fe3 100644 --- a/src/Drivers/Tense.php +++ b/src/Drivers/Tense.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/TruboSms.php b/src/Drivers/TruboSms.php index 4744be8..be29ade 100644 --- a/src/Drivers/TruboSms.php +++ b/src/Drivers/TruboSms.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/Twenty4BulkSms.php b/src/Drivers/Twenty4BulkSms.php index d97c5f6..9c82240 100644 --- a/src/Drivers/Twenty4BulkSms.php +++ b/src/Drivers/Twenty4BulkSms.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/TwentyFourSmsBD.php b/src/Drivers/TwentyFourSmsBD.php index 977b87e..296ff2f 100644 --- a/src/Drivers/TwentyFourSmsBD.php +++ b/src/Drivers/TwentyFourSmsBD.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Drivers/Viatech.php b/src/Drivers/Viatech.php index 67fba50..5b2fd5b 100644 --- a/src/Drivers/Viatech.php +++ b/src/Drivers/Viatech.php @@ -50,4 +50,4 @@ public function send(SmsMessage $message): Response ->get($this->config['url'], $this->payload); } -} \ No newline at end of file +} diff --git a/src/Providers.php b/src/Providers.php index 60f7170..4f3f4d6 100644 --- a/src/Providers.php +++ b/src/Providers.php @@ -22,7 +22,7 @@ class Providers public const BOOM_CAST = 'boomcast'; public const BRILLIANT = 'brilliant'; public const BULK_SMS_BD = 'bulksmsbd'; - public const CUSTOM_GATEWAY= 'customgateway'; + public const CUSTOM_GATEWAY = 'customgateway'; public const DIANA_HOST = 'dianahost'; public const DIANA_SMS = 'dianasms'; public const DNS_BD = 'dnsbd';