Fix a style issue
This commit is contained in:
parent
0864e15314
commit
bc631bae80
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class DownloadWebMention implements ShouldQueue
|
||||||
$filesystem->copy($filename, $filenameBackup);
|
$filesystem->copy($filename, $filenameBackup);
|
||||||
}
|
}
|
||||||
//check if base directory exists
|
//check if base directory exists
|
||||||
if (!$filesystem->exists($filesystem->dirname($filename))) {
|
if (! $filesystem->exists($filesystem->dirname($filename))) {
|
||||||
$filesystem->makeDirectory(
|
$filesystem->makeDirectory(
|
||||||
$filesystem->dirname($filename),
|
$filesystem->dirname($filename),
|
||||||
0755, //mode
|
0755, //mode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue