@@ -23,7 +23,7 @@ |
||
| 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 | } |