Command return

This commit is contained in:
Juan Pablo Vial
2023-06-23 11:36:44 -04:00
parent b212381bb7
commit 6ab24c8961
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@ class Get extends Command
} }
} }
$this->updateUF(); $this->updateUF();
return Command::SUCCESS;
} }
protected function getDates(): array protected function getDates(): array

View File

@ -31,6 +31,7 @@ class Lookup extends Command
$io->note($this->runGetUF()); $io->note($this->runGetUF());
} }
} }
return Command::SUCCESS;
} }
protected function hasPendingMoney(): bool protected function hasPendingMoney(): bool