Make Tenant list List for consistency, add description to List command

This commit is contained in:
lukinovec 2022-10-05 17:11:36 +02:00
parent 31a64ab28f
commit 865eb4e3b8

View file

@ -60,7 +60,9 @@ Artisan::call('tenants:run', [
'--argument' => ['body=We have launched a new feature.'] // Array '--argument' => ['body=We have launched a new feature.'] // Array
]) ])
``` ```
## **Tenant list** {#tenant-list} ## **List** {#list}
The `tenants:list` command lists all existing tenants.
``` ```
php artisan tenants:list php artisan tenants:list