Fix syntax issue
This commit is contained in:
parent
421d11b151
commit
364a626855
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@ class DownloadWebMention implements ShouldQueue
|
|||
$filesystem = \Illuminate\FileSystem\FileSystem();
|
||||
$filesystem->put(
|
||||
$this->createFilenameFromURL($source),
|
||||
(string) $response->getBody())
|
||||
}
|
||||
(string) $response->getBody()
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue