fix: intensify on last day

This commit is contained in:
Maël Gangloff
2025-04-06 15:25:38 +02:00
parent 2a47d351b8
commit c940fba01a
5 changed files with 10 additions and 13 deletions

View File

@@ -48,7 +48,7 @@ class RegisterDomainCommand extends Command
try {
if (null !== $domain && !$force) {
if (!$domain->isToBeUpdated()) {
if (!$domain->isToBeUpdated(true, true)) {
$io->warning('The domain name is already present in the database and does not need to be updated at this time.');
return Command::SUCCESS;