Completed
Branch master (7b4143)
by Jason
06:04
created
Category
code/ShortURL.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
                 'format' => 'txt'
139 139
             ]);
140 140
 
141
-            $this->ShortURL = $response['url'];
141
+            $this->ShortURL = $response[ 'url' ];
142 142
         }
143 143
     }
144 144
 }
145 145
\ No newline at end of file
Please login to merge, or discard this patch.