@@ -25,7 +25,7 @@ |
||
| 25 | 25 | { |
| 26 | 26 | $configJson = file_get_contents("bin/configs/http-headers-config.json"); |
| 27 | 27 | |
| 28 | - self::$headers = json_decode($configJson, true); |
|
| 28 | + self::$headers = json_decode($configJson, true); |
|
| 29 | 29 | } |
| 30 | 30 | |
| 31 | 31 | public static function get($url, $extraHeaders = []) |