Completed
Pull Request — master (#17)
by Sergey
04:53
created
src/Providers/Conversations.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
         ];
50 50
         $data = ConversationHelper::createRequestData($request, '/');
51 51
         $query = UrlHelper::buildRequestString($data);
52
-        $res = $this->request->exec(UrlHelper::RESOURCE_GET_LAST_CONVERSATIONS . '?' . $query);
52
+        $res = $this->request->exec(UrlHelper::RESOURCE_GET_LAST_CONVERSATIONS.'?'.$query);
53 53
         return ConversationHelper::getDataFromResponse($res);
54 54
     }
55 55
 }
Please login to merge, or discard this patch.