Completed
Push — master ( f75ab2...fb571b )
by Jason
02:53
created
src/Model/ShortURL.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -175,7 +175,7 @@
 block discarded – undo
175 175
                 'format' => 'txt'
176 176
             ]);
177 177
 
178
-            $this->ShortURL = $response['url'];
178
+            $this->ShortURL = $response[ 'url' ];
179 179
         }
180 180
     }
181 181
 }
Please login to merge, or discard this patch.