@@ -36,7 +36,7 @@ |
||
| 36 | 36 | { |
| 37 | 37 | $content = $response->getContent(); |
| 38 | 38 | |
| 39 | - if (! Str::contains($content, '<div id="disqus_thread"></div>')) { |
|
| 39 | + if ( ! Str::contains($content, '<div id="disqus_thread"></div>')) { |
|
| 40 | 40 | return; |
| 41 | 41 | } |
| 42 | 42 | |