mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
Make Tenant list List for consistency, add description to List command
This commit is contained in:
parent
31a64ab28f
commit
865eb4e3b8
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue