1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-15 16:04:03 +00:00
tenancy/src/Exceptions
Samuel Štancl 657e165cc8
[4.x] Cleanup (#1317)
* cleanup, resolve todos, add immediate todos

* Improve path_identification_middleware docblock

* rename leave() method in tests

* wip fix hardcoded values making assumptions about the parameters used in routing

* defaultParameterNames

* fix CreatesDatabaseUsers return values

* $tenant -> tenant()

* resolve more todos

* make comment block a complete block

* Correct useTenantRoutesInFortify(), delete unused import

* test fixes

* remove todos

* remove JobPipeline todo

* simplify comment example

* remove todo

* fix VERSION_PREFIX in queue.yml

---------

Co-authored-by: lukinovec <lukinovec@gmail.com>
2025-02-20 20:49:09 +01:00
..
DomainOccupiedByOtherTenantException.php phpstan improvements 2022-09-29 15:07:16 +02:00
NotASubdomainException.php Apply fixes from StyleCI 2020-05-22 09:01:31 +00:00
RouteIsMissingTenantParameterException.php [4.x] General code cleanup (#1278) 2024-12-31 00:35:46 +01:00
StatefulGuardRequiredException.php [4.x] Make impersonation tokens require stateful guards (#935) 2022-09-02 17:46:27 +02:00
TenancyNotInitializedException.php phpstan improvements 2022-09-29 15:07:16 +02:00
TenantColumnNotWhitelistedException.php Resolver refactor, path identification improvements (#41) 2024-03-28 03:18:11 +01:00
TenantCouldNotBeIdentifiedByIdException.php [4.x] Cleanup (#1317) 2025-02-20 20:49:09 +01:00
TenantCouldNotBeIdentifiedByPathException.php Resolver refactor, path identification improvements (#41) 2024-03-28 03:18:11 +01:00
TenantCouldNotBeIdentifiedByRequestDataException.php misc improvements - stronger types, exception refactor 2022-08-26 21:35:17 +02:00
TenantCouldNotBeIdentifiedOnDomainException.php misc improvements - stronger types, exception refactor 2022-08-26 21:35:17 +02:00