@@ -17,7 +17,7 @@ |
||
17 | 17 | return []; |
18 | 18 | } |
19 | 19 | |
20 | - $recipient = '880'.$matches[3]; |
|
20 | + $recipient = '880' . $matches[3]; |
|
21 | 21 | |
22 | 22 | return [ |
23 | 23 | 'MobileNumbers' => $recipient, |
@@ -17,7 +17,7 @@ |
||
17 | 17 | return []; |
18 | 18 | } |
19 | 19 | |
20 | - $recipient = '880'.$matches[3]; |
|
20 | + $recipient = '880' . $matches[3]; |
|
21 | 21 | |
22 | 22 | return [ |
23 | 23 | 'contacts' => $recipient, |
@@ -9,7 +9,7 @@ |
||
9 | 9 | public function boot() |
10 | 10 | { |
11 | 11 | $this->package('sarahman/sms-service-with-bd-providers', null, __DIR__); |
12 | - $this->package('sarahman/laravel-http-request-api-log', null, __DIR__.'/../../laravel-http-request-api-log/src'); |
|
12 | + $this->package('sarahman/laravel-http-request-api-log', null, __DIR__ . '/../../laravel-http-request-api-log/src'); |
|
13 | 13 | } |
14 | 14 | |
15 | 15 | public function register() |
@@ -17,7 +17,7 @@ |
||
17 | 17 | return []; |
18 | 18 | } |
19 | 19 | |
20 | - $recipient = '880'.$matches[3]; |
|
20 | + $recipient = '880' . $matches[3]; |
|
21 | 21 | |
22 | 22 | return [ |
23 | 23 | 'csms_id' => isset($params['csms_id']) ? $params['csms_id'] : rand(100000, 999999), |