@@ -24,9 +24,9 @@ |
||
| 24 | 24 | { |
| 25 | 25 | $configJson = file_get_contents("bin/configs/elasticsearch-config.json"); |
| 26 | 26 | |
| 27 | - $config = json_decode($configJson); |
|
| 27 | + $config = json_decode($configJson); |
|
| 28 | 28 | |
| 29 | - self::$clientObject = $config; |
|
| 29 | + self::$clientObject = $config; |
|
| 30 | 30 | } |
| 31 | 31 | |
| 32 | 32 | public static function getClient() |
@@ -1,4 +1,4 @@ |
||
| 1 | -<?php declare(strict_types=1); |
|
| 1 | +<?php declare(strict_types = 1); |
|
| 2 | 2 | /** |
| 3 | 3 | * @license MIT |
| 4 | 4 | * @author Samuel Adeshina <[email protected]> |