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