1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-05-06 23:44:03 +00:00
tenancy/src/Database/Concerns
2024-04-02 20:25:17 +02:00
..
BelongsToPrimaryModel.php get phpstan errors down from 252 to 189 2022-08-30 05:44:23 +02:00
BelongsToTenant.php remove debuggable trait, update larastan 2023-01-31 03:59:33 +01:00
CentralConnection.php Apply fixes from StyleCI 2020-05-22 09:01:31 +00:00
ConvertsDomainsToLowercase.php get phpstan errors down from 252 to 189 2022-08-30 05:44:23 +02:00
CreatesDatabaseUsers.php general refactor, move more classes under Database namespace 2022-08-27 03:17:16 +02:00
EnsuresDomainIsNotOccupied.php get phpstan errors down from 252 to 189 2022-08-30 05:44:23 +02:00
GeneratesIds.php get phpstan errors down from 252 to 189 2022-08-30 05:44:23 +02:00
HasDatabase.php use getAttribute() in HasDatabase to support encrypted columns 2024-04-02 20:25:17 +02:00
HasDomains.php Fix #998, properly replace ALL tenant_id literals 2022-11-10 16:44:52 +01:00
HasInternalKeys.php Simplify TenantWithDatabase interface, move tenantConfig() logic 2024-03-01 10:48:33 +01:00
HasPending.php resolve all phpstan issues 2022-11-08 13:34:04 +01:00
HasScopedValidationRules.php Fix #998, properly replace ALL tenant_id literals 2022-11-10 16:44:52 +01:00
InitializationHelpers.php Fix code style (php-cs-fixer) 2022-09-29 00:47:38 +00:00
InvalidatesResolverCache.php Resolver refactor, path identification improvements (#41) 2024-03-28 03:18:11 +01:00
InvalidatesTenantsResolverCache.php Add identification section to config, refactor static properties 2022-10-01 20:01:18 +02:00
MaintenanceMode.php Fix code style (php-cs-fixer) 2022-10-17 17:48:49 +00:00
PendingScope.php [4.x] Add pending tenants (modified #782) (#869) 2022-10-31 12:14:44 +01:00
PrimaryDomain.php Apply fixes from StyleCI 2020-05-22 09:01:31 +00:00
TenantConnection.php Apply fixes from StyleCI 2020-05-22 09:01:31 +00:00
TenantRun.php Simplify Tenant contract (remove run method), move run logic to Tenancy, add generics 2024-03-01 08:42:11 +01:00