mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 19:24:02 +00:00
add $ [ci skip]
This commit is contained in:
parent
30c80f58bb
commit
f08e9e190a
1 changed files with 1 additions and 1 deletions
|
|
@ -516,7 +516,7 @@ You can use the `tenants:run` command to run your own commands for tenants.
|
|||
If your command's signature were `email:send {user} {--queue} {--subject} {body}`, you would run this command like this:
|
||||
|
||||
```
|
||||
artisan tenants:run email:send --tenants=8075a580-1cb8-11e9-8822-49c5d8f8ff23 --option="queue=1" --option="subject=New Feature" --argument="body=We have launched a new feature. ..."
|
||||
$ artisan tenants:run email:send --tenants=8075a580-1cb8-11e9-8822-49c5d8f8ff23 --option="queue=1" --option="subject=New Feature" --argument="body=We have launched a new feature. ..."
|
||||
```
|
||||
|
||||
The `=` separates the argument/option name from its value, but you can still use `=` in the argument's value.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue