Fix resource syncing section typo

This commit is contained in:
lukinovec 2022-06-09 14:42:08 +02:00 committed by GitHub
parent 18e69ec998
commit 02d555931e
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} ## 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 ```php
\Stancl\Tenancy\Listeners\UpdateSyncedResource::$shouldQueue = true; \Stancl\Tenancy\Listeners\UpdateSyncedResource::$shouldQueue = true;