Skip to content

Commit

Permalink
[BUGFIX] Fixed console command
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Haeser committed Apr 21, 2020
1 parent 59528c4 commit e692456
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Classes/Command/CheckPageSpeedInsightsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,7 @@ public function execute(InputInterface $input, OutputInterface $output)
$pageSpeedInsightsResultsDesktop = PageSpeedInsightsUtility::checkUrl($url, 'desktop', ['performance', 'seo', 'accessibility', 'best-practices', 'pwa'], $reference, $pageId, $languageId, $pid, (string)$input->getArgument('key'));
$output->writeln($row['uid'] . ': ' . $row['slug'] . ': ' . $url);
}

return 0;
}
}

0 comments on commit e692456

Please sign in to comment.