Passed
Branch master (61755c)
by Robert
02:34
created
src/LiveEngageLaravel.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -338,7 +338,9 @@
 block discarded – undo
338 338
     
339 339
     private function requestV2($url, $method, $payload = false)
340 340
     {
341
-	    if (!$this->bearer) $this->login();
341
+	    if (!$this->bearer) {
342
+	    	$this->login();
343
+	    }
342 344
 	    
343 345
 	    $client = new Client();
344 346
 	    $args = [
Please login to merge, or discard this patch.