diff --git a/app/Command/Money/Get.php b/app/Command/Money/Get.php index 9228582..0b2efbd 100644 --- a/app/Command/Money/Get.php +++ b/app/Command/Money/Get.php @@ -41,6 +41,7 @@ class Get extends Command } } $this->updateUF(); + return Command::SUCCESS; } protected function getDates(): array diff --git a/app/Command/Money/Lookup.php b/app/Command/Money/Lookup.php index 43b85b9..0e9ce4d 100644 --- a/app/Command/Money/Lookup.php +++ b/app/Command/Money/Lookup.php @@ -31,6 +31,7 @@ class Lookup extends Command $io->note($this->runGetUF()); } } + return Command::SUCCESS; } protected function hasPendingMoney(): bool