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