1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 11:34:03 +00:00

Formatting

This commit is contained in:
Samuel Stancl 2020-06-23 13:49:46 +02:00 committed by GitHub
parent dad7b87c9f
commit ba52bfa710
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,9 +85,7 @@ class TenancyServiceProvider extends ServiceProvider
],
// Fired only when a synced resource is changed in a different DB than the origin DB (to avoid infinite loops)
Events\SyncedResourceChangedInForeignDatabase::class => [
],
Events\SyncedResourceChangedInForeignDatabase::class => [],
];
}