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

Update Run.php

This commit is contained in:
Abrar Ahmad 2022-08-04 11:28:12 +05:00
parent fdf97d8365
commit fe2076b369

View file

@ -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}";
/**