@@ -108,7 +108,8 @@ |
||
108 | 108 | */ |
109 | 109 | public function getPayload(): array |
110 | 110 | { |
111 | - if (is_resource($this->payload)) { |
|
111 | + if (is_resource($this->payload)) |
|
112 | + { |
|
112 | 113 | // postgres |
113 | 114 | return json_decode(stream_get_contents($this->payload), true); |
114 | 115 | } |