Completed
Branch master (4d174b)
by Robert
07:19
created
src/LiveEngageLaravel.php 2 patches
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -93,6 +93,9 @@  discard block
 block discarded – undo
93 93
         return $this;
94 94
     }
95 95
 
96
+    /**
97
+     * @param string $service
98
+     */
96 99
     public function domain($service)
97 100
     {
98 101
         $response = $this->request("https://api.liveperson.net/api/account/{$this->account}/service/{$service}/baseURI.json?version={$this->version}", 'GET');
@@ -267,6 +270,9 @@  discard block
 block discarded – undo
267 270
         return new EngagementHistory($history, $this);
268 271
     }
269 272
 
273
+    /**
274
+     * @param string $method
275
+     */
270 276
     private function request($url, $method, $payload = false)
271 277
     {
272 278
         $consumer_key = config("{$this->config}.key");
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use LivePersonInc\LiveEngageLaravel\Models\Engagement;
14 14
 use LivePersonInc\LiveEngageLaravel\Models\Conversation;
15 15
 use LivePersonInc\LiveEngageLaravel\Collections\EngagementHistory;
16
-use LivePersonInc\LiveEngageLaravel\Exceptions\LiveEngageException;
17 16
 use LivePersonInc\LiveEngageLaravel\Collections\ConversationHistory;
18 17
 
19 18
 class LiveEngageLaravel
Please login to merge, or discard this patch.