Add scrape time to footer
All checks were successful
/ deploy-job (push) Successful in 1s

This commit was merged in pull request #77.
This commit is contained in:
2026-03-04 07:33:10 +01:00
parent fc89944cf1
commit c16ab192ed
2 changed files with 6 additions and 1 deletions

View File

@@ -76,6 +76,8 @@ class ScrapeWebsite extends Command
$output->writeln('Update prices - DONE');
$output->writeln('COMMAND - DONE');
file_put_contents('templates/lastscrape.html.twig', date('Y-m-d H:i:s'));
return Command::SUCCESS;
}