From b74a25260d3711f9dc99c24f716dd72001a74dd7 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Thu, 9 Jun 2022 18:07:01 +0200 Subject: [PATCH] Fix resource syncing section typo (#169) --- source/docs/v3/synced-resources-between-tenants.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/v3/synced-resources-between-tenants.blade.md b/source/docs/v3/synced-resources-between-tenants.blade.md index ae0b98b..5ae9148 100644 --- a/source/docs/v3/synced-resources-between-tenants.blade.md +++ b/source/docs/v3/synced-resources-between-tenants.blade.md @@ -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;