Command return
This commit is contained in:
@ -41,6 +41,7 @@ class Get extends Command
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
$this->updateUF();
|
$this->updateUF();
|
||||||
|
return Command::SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function getDates(): array
|
protected function getDates(): array
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user