@@ -56,7 +56,7 @@ |
||
| 56 | 56 | { |
| 57 | 57 | $apiKey = config('open-weather.api_token'); |
| 58 | 58 | |
| 59 | - if (! is_string($apiKey) || empty($apiKey)) { |
|
| 59 | + if (!is_string($apiKey) || empty($apiKey)) { |
|
| 60 | 60 | throw new \InvalidArgumentException('You must provide valid API key.'); |
| 61 | 61 | } |
| 62 | 62 | |