Fix resource syncing section typo (#169)

This commit is contained in:
lukinovec 2022-06-09 18:07:01 +02:00 committed by GitHub
parent 005e920856
commit b74a25260d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;