Completed
Push — master ( 2dcfb9...343761 )
by Dimas
07:13
created
src/GoogleExt/blogger.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
 
24 24
   function get_blog_byurl(string $url)
25 25
   {
26
-    $blog =  $this->service->blogs->getByUrl($url);
26
+    $blog = $this->service->blogs->getByUrl($url);
27 27
     $this->blogid = $blog->getId();
28 28
     return $blog;
29 29
   }
Please login to merge, or discard this patch.