Command return
This commit is contained in:
@ -41,6 +41,7 @@ class Get extends Command
|
||||
}
|
||||
}
|
||||
$this->updateUF();
|
||||
return Command::SUCCESS;
|
||||
}
|
||||
|
||||
protected function getDates(): array
|
||||
|
@ -31,6 +31,7 @@ class Lookup extends Command
|
||||
$io->note($this->runGetUF());
|
||||
}
|
||||
}
|
||||
return Command::SUCCESS;
|
||||
}
|
||||
|
||||
protected function hasPendingMoney(): bool
|
||||
|
Reference in New Issue
Block a user