mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
Fix resource syncing section typo
This commit is contained in:
parent
18e69ec998
commit
02d555931e
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ Also note that if you create a user in the tenant's database, the global id will
|
|||
|
||||
## Queueing {#queueing}
|
||||
|
||||
In production, you're almost certainly want to queue the listener that copies the changes to other databases. To do this, change the listener's static property:
|
||||
In production, you almost certainly want to queue the listener that copies the changes to other databases. To do this, change the listener's static property:
|
||||
|
||||
```php
|
||||
\Stancl\Tenancy\Listeners\UpdateSyncedResource::$shouldQueue = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue