1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-09-20 13:14:03 +00:00
tenancy/src/Concerns
Samuel Stancl e0990a438c
Laravel 13.24 support (fix #1474) (#1476)
- 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
2026-08-04 20:49:48 -07:00
..
DealsWithMigrations.php resolve all phpstan issues 2022-11-08 13:34:04 +01:00
DealsWithRouteContexts.php Resolve misc todos, fix phpstan error 2025-10-20 01:57:02 +02:00
DealsWithTenantSymlinks.php [4.x] Make RemoveStorageSymlinksAction able to delete broken symlinks (#1323) 2025-03-18 21:27:27 +01:00
ExtendsLaravelCommand.php Completing PR #881 (#902) 2022-07-20 15:28:45 +02:00
HasTenantOptions.php Laravel 13.24 support (fix #1474) (#1476) 2026-08-04 20:49:48 -07:00
ManagesRLSPolicies.php [4.x] Fix dropRLSPolicies() (#1413) 2025-11-08 00:52:08 +01:00
ParallelCommand.php phpstan fixes 2025-01-05 15:50:30 +01:00
TenantAwareCommand.php Laravel 11 support + Docker improvements (#29) 2024-02-18 00:18:31 +01:00
UsableWithEarlyIdentification.php Revert changes that caused issues with Laravel Octane [ci skip] 2024-04-24 22:36:51 +02:00