1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 13:34:04 +00:00

add a todo

This commit is contained in:
Samuel Štancl 2022-10-25 18:13:09 +02:00 committed by GitHub
parent 18d12f3a43
commit a667fd1e66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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