mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 20:54:03 +00:00
add a todo
This commit is contained in:
parent
18d12f3a43
commit
a667fd1e66
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ class ClearPendingTenants extends Command
|
||||||
$olderThanHours = $this->option('older-than-hours');
|
$olderThanHours = $this->option('older-than-hours');
|
||||||
|
|
||||||
if ($olderThanDays && $olderThanHours) {
|
if ($olderThanDays && $olderThanHours) {
|
||||||
$this->line("<options=bold,reverse;fg=red> Cannot use '--older-than-days' and '--older-than-hours' together \n");
|
$this->line("<options=bold,reverse;fg=red> Cannot use '--older-than-days' and '--older-than-hours' together \n"); // todo@cli refactor all of these styled command outputs to use $this->components
|
||||||
$this->line('Please, choose only one of these options.');
|
$this->line('Please, choose only one of these options.');
|
||||||
|
|
||||||
return 1; // Exit code for failure
|
return 1; // Exit code for failure
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue