Completed
Push — master ( 246c11...a49a6d )
by leo
09:18
created
src/Services/PGTCaller.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
                 'query'  => array_merge($originQuery, $query),
47 47
                 'verify' => config('cas.verify_ssl', true),
48 48
             ];
49
-            $res    = $this->client->get($pgtUrl, $option);
49
+            $res = $this->client->get($pgtUrl, $option);
50 50
 
51 51
             return $res->getStatusCode() == 200;
52 52
         } catch (\Exception $e) {
Please login to merge, or discard this patch.