Fix syntax issue

This commit is contained in:
Jonny Barnes 2016-09-17 21:29:32 +01:00
parent 421d11b151
commit 364a626855

View file

@ -43,8 +43,8 @@ class DownloadWebMention implements ShouldQueue
$filesystem = \Illuminate\FileSystem\FileSystem();
$filesystem->put(
$this->createFilenameFromURL($source),
(string) $response->getBody())
}
(string) $response->getBody()
);
}
}