mirror of
https://github.com/archtechx/tenancy.git
synced 2026-08-06 09:34:03 +00:00
- We conditionally use either $signature + specifyParameters() in the newer versions or just $name in the older versions. There doesn't appear to be a single solution that'd work in both versions, likely having to do with the constructor override in the trait and how the specifyParameters() method behaves differently in this class between versions - Remove unnecessary options from the Run command (the trait adds those) - Not directly related: make HasTenantOptions accept ...$args - Unrelated: remove phpstan ignore in TenancyServiceProvider |
||
|---|---|---|
| .. | ||
| ClearPendingTenants.php | ||
| CreatePendingTenants.php | ||
| CreateUserWithRLSPolicies.php | ||
| Down.php | ||
| Install.php | ||
| Link.php | ||
| Migrate.php | ||
| MigrateFresh.php | ||
| MigrateFreshOverride.php | ||
| PurgeImpersonationTokens.php | ||
| Rollback.php | ||
| Run.php | ||
| Seed.php | ||
| TenantDump.php | ||
| TenantList.php | ||
| Tinker.php | ||
| Up.php | ||