From fe2076b3693de3ff3d14d43e0472faf47c05a6cd Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Thu, 4 Aug 2022 11:28:12 +0500 Subject: [PATCH] Update Run.php --- src/Commands/Run.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/Run.php b/src/Commands/Run.php index 31575abe..6542f1ca 100644 --- a/src/Commands/Run.php +++ b/src/Commands/Run.php @@ -21,7 +21,7 @@ class Run extends Command * * @var string */ - protected $signature = "tenants:run {commandname : The command's name.} + protected $signature = "tenants:run {commandname : The artisan command.} {--tenants=* : The tenant(s) to run the command for. Default: all}"; /**