@@ -24,7 +24,7 @@ |
||
24 | 24 | */ |
25 | 25 | public static function get($array, $key, $default = null) |
26 | 26 | { |
27 | - if (! static::accessible($array)) { |
|
27 | + if (!static::accessible($array)) { |
|
28 | 28 | return $default; |
29 | 29 | } |
30 | 30 |