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