Add space for PSR-2 compliance
This commit is contained in:
parent
cea255a877
commit
670824c118
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class ParseCachedWebMentions extends Command
|
||||||
public function handle(FileSystem $filesystem)
|
public function handle(FileSystem $filesystem)
|
||||||
{
|
{
|
||||||
$HTMLfiles = $filesystem->allFiles(storage_path() . '/HTML');
|
$HTMLfiles = $filesystem->allFiles(storage_path() . '/HTML');
|
||||||
foreach($HTMLfiles as $file) {
|
foreach ($HTMLfiles as $file) {
|
||||||
$filepath = $file->getPathname();
|
$filepath = $file->getPathname();
|
||||||
$html = $filesystem->get($filepath);
|
$html = $filesystem->get($filepath);
|
||||||
$url = $this->URLFromFilename($filepath);
|
$url = $this->URLFromFilename($filepath);
|
||||||
|
|
Loading…
Add table
Reference in a new issue