@@ -12,7 +12,7 @@ |
||
12 | 12 | */ |
13 | 13 | class Elastic { |
14 | 14 | |
15 | - public static function client($config =[]) { |
|
15 | + public static function client($config = []) { |
|
16 | 16 | static $client; |
17 | 17 | if (!empty($client)) { |
18 | 18 | return $client; |