mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 20:34:03 +00:00
Minor changes
This commit is contained in:
parent
6d19974d4e
commit
0378f142ec
2 changed files with 9 additions and 2 deletions
|
|
@ -83,6 +83,11 @@ class TenancyServiceProvider extends ServiceProvider
|
|||
Events\SyncedResourceSaved::class => [
|
||||
Listeners\UpdateSyncedResource::class,
|
||||
],
|
||||
|
||||
// Fired only when a synced resource is changed in a different DB than the origin DB (to avoid infinite loops)
|
||||
Events\SyncedResourceChangedInForeignDatabase::class => [
|
||||
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue