diff --git a/app/Console/Commands/ParseCachedWebMentions.php b/app/Console/Commands/ParseCachedWebMentions.php index c4541c44..d271dd15 100644 --- a/app/Console/Commands/ParseCachedWebMentions.php +++ b/app/Console/Commands/ParseCachedWebMentions.php @@ -40,7 +40,7 @@ class ParseCachedWebMentions extends Command public function handle(FileSystem $filesystem) { $HTMLfiles = $filesystem->allFiles(storage_path() . '/HTML'); - foreach($HTMLfiles as $file) { + foreach ($HTMLfiles as $file) { $filepath = $file->getPathname(); $html = $filesystem->get($filepath); $url = $this->URLFromFilename($filepath);