mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
Remove blade
This commit is contained in:
parent
22e06dae4f
commit
0da737e60e
1 changed files with 2 additions and 2 deletions
|
|
@ -61,8 +61,8 @@ If you want to use the same keypair for all tenants, do the following.
|
|||
{
|
||||
$client = new ClientRepository();
|
||||
|
||||
$client->createPasswordGrantClient(null, 'Default password grant client', 'http://{{your.redirect.path}}');
|
||||
$client->createPersonalAccessClient(null, 'Default personal access client', 'http://{{your.redirect.path}}');
|
||||
$client->createPasswordGrantClient(null, 'Default password grant client', 'http://your.redirect.path');
|
||||
$client->createPersonalAccessClient(null, 'Default personal access client', 'http://your.redirect.path');
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue