@@ -58,9 +58,9 @@ |
||
58 | 58 | ), |
59 | 59 | ); |
60 | 60 | |
61 | - if ( !empty( $this->extend ) ) |
|
61 | + if (!empty($this->extend)) |
|
62 | 62 | { |
63 | - $payload = array_merge_recursive( $payload, $this->extend ); |
|
63 | + $payload = array_merge_recursive($payload, $this->extend); |
|
64 | 64 | } |
65 | 65 | |
66 | 66 | return $payload; |