@@ -61,7 +61,7 @@ |
||
61 | 61 | ->execute() |
62 | 62 | ->toArray(); |
63 | 63 | |
64 | - return array_map(function ($item) { |
|
64 | + return array_map(function($item) { |
|
65 | 65 | unset($item['_id']); |
66 | 66 | |
67 | 67 | return $item; |
@@ -38,7 +38,7 @@ |
||
38 | 38 | |
39 | 39 | public function getData(): array |
40 | 40 | { |
41 | - if(is_string($this->data)) { |
|
41 | + if (is_string($this->data)) { |
|
42 | 42 | return json_decode($this->data, true); |
43 | 43 | } |
44 | 44 |