From a667fd1e6655539958b1372fd7be196ed2aa9d06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Tue, 25 Oct 2022 18:13:09 +0200 Subject: [PATCH] add a todo --- src/Commands/ClearPendingTenants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/ClearPendingTenants.php b/src/Commands/ClearPendingTenants.php index d56a3713..18d9fa42 100644 --- a/src/Commands/ClearPendingTenants.php +++ b/src/Commands/ClearPendingTenants.php @@ -43,7 +43,7 @@ class ClearPendingTenants extends Command $olderThanHours = $this->option('older-than-hours'); if ($olderThanDays && $olderThanHours) { - $this->line(" Cannot use '--older-than-days' and '--older-than-hours' together \n"); + $this->line(" 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.'); return 1; // Exit code for failure