@@ -41,7 +41,7 @@ discard block |
||
41 | 41 | */ |
42 | 42 | public function getApi(): string |
43 | 43 | { |
44 | - if (! $this->api) { |
|
44 | + if (!$this->api) { |
|
45 | 45 | $this->api = config('novaposhta.api_key'); |
46 | 46 | } |
47 | 47 | |
@@ -194,7 +194,7 @@ discard block |
||
194 | 194 | Log::debug($model.' / '.$calledMethod.' // apiKey: '.(int) $auth); |
195 | 195 | Log::debug('--------------------'); |
196 | 196 | |
197 | - if (! empty($methodProperties)) { |
|
197 | + if (!empty($methodProperties)) { |
|
198 | 198 | try { |
199 | 199 | Log::notice(json_encode($methodProperties)); |
200 | 200 | } catch (Exception $e) { |