You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: Add basic hydration options to default tenancy
* chore: Add attribute for marking method as a tenant relation
* refactor: Rename IsTenantModel to IsTenant
* chore: Add contract/interface for tenant relation handlers
* chore: Add a base abstract tenant relation handler for common functionality
* fix: Set the tenancy current resolver to null as default
* feat(database.eloquent): Add belongs to tenant relation handler
* feat(database.eloquent): Add belongs to many tenants relation handler
* refactor: Abstract out tenancy options for hydration to flag class
* chore: Current state of tenant child trait and has one/main handlers
* test(database.eloquent): Testing for initial working tenant relation handlers
* refactor: Removed Eloquent relation handler contract, implementations and tests
* refactor: Tidied up tenancy options and updated typings for them
* refactor: Create simple observer and base scope for belongsTo and belongsToMany relations
* test: Add some tests for the initial trait functionality
* refactor: Remove unused abstract tenant relation handler
* feat: Complete single-database support
* test: Fix observer tests to not throw exception when models not related to current tenant
* refactor: Add a manual override for tenant restrictions to child models
* refactor: Remove untestable and unnecessary code from belongs to many tenants observer
* feat: Add method for temporarily disabling tenant restrictions
Completes: #29#30#31
Handle the different types of relationships that Laravel supports
The text was updated successfully, but these errors were encountered: