From bc631bae800b2b41906ff79fa95d8203500344b8 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Wed, 21 Sep 2016 14:25:12 +0100 Subject: [PATCH] Fix a style issue --- app/Jobs/DownloadWebMention.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Jobs/DownloadWebMention.php b/app/Jobs/DownloadWebMention.php index 0c9ae64b..c12a92d4 100644 --- a/app/Jobs/DownloadWebMention.php +++ b/app/Jobs/DownloadWebMention.php @@ -48,7 +48,7 @@ class DownloadWebMention implements ShouldQueue $filesystem->copy($filename, $filenameBackup); } //check if base directory exists - if (!$filesystem->exists($filesystem->dirname($filename))) { + if (! $filesystem->exists($filesystem->dirname($filename))) { $filesystem->makeDirectory( $filesystem->dirname($filename), 0755, //mode