diff --git a/app/Jobs/DownloadWebMention.php b/app/Jobs/DownloadWebMention.php index 3ff505bc..592b41d3 100644 --- a/app/Jobs/DownloadWebMention.php +++ b/app/Jobs/DownloadWebMention.php @@ -43,8 +43,8 @@ class DownloadWebMention implements ShouldQueue $filesystem = \Illuminate\FileSystem\FileSystem(); $filesystem->put( $this->createFilenameFromURL($source), - (string) $response->getBody()) - } + (string) $response->getBody() + ); } }