1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 09:54:03 +00:00
tenancy/src
lukinovec 6e67ddf7a5
Resolve test to-dos (#45)
* Only retrieve domains if the relationship and the domains table exist (DomianTenantResolver)

* Resolve todo, add other todos

* Use constructor promotion in DeleteDomains

* Fix imports + domain deletion test

* Confirm that turning on resolver caching doesn't break the tests

* Fix Tenant model imports

* Fix code style (php-cs-fixer)

* remove runtime schema check

* temp: enable resolver cache

* make 'autoincrement ids are supported' pass

* disable resolver cache

---------

Co-authored-by: PHP CS Fixer <phpcsfixer@example.com>
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
Co-authored-by: Samuel Štancl <samuel@archte.ch>
2024-04-18 00:22:03 +02:00
..
Actions Enable single_line_empty_body phpcsfixer rule 2024-04-02 04:31:03 +02:00
Bootstrappers change default cookie name, add todos 2024-04-15 03:11:11 +02:00
Commands phpcsfixer: enable nullable_type_declaration_for_default_null_value 2024-04-09 20:55:49 +02:00
Concerns add tenant:tinker command 2024-04-03 19:46:27 +02:00
Contracts Enable single_line_empty_body phpcsfixer rule 2024-04-02 04:31:03 +02:00
Controllers phpcsfixer: enable nullable_type_declaration_for_default_null_value 2024-04-09 20:55:49 +02:00
Database add Tenancy::$findWith 2024-04-05 19:48:50 +02:00
Enums Improve file structure (#5) 2023-08-03 17:51:53 +02:00
Events Enable single_line_empty_body phpcsfixer rule 2024-04-02 04:31:03 +02:00
Exceptions Resolver refactor, path identification improvements (#41) 2024-03-28 03:18:11 +01:00
Facades Extend GlobalCache facade from the original facade (#495) 2020-09-18 23:18:21 +02:00
Features phpcsfixer: enable nullable_type_declaration_for_default_null_value 2024-04-09 20:55:49 +02:00
Jobs Resolve test to-dos (#45) 2024-04-18 00:22:03 +02:00
Listeners Enable single_line_empty_body phpcsfixer rule 2024-04-02 04:31:03 +02:00
Middleware change default cookie name, add todos 2024-04-15 03:11:11 +02:00
Overrides categorize todos 2024-03-12 17:29:00 +01:00
Resolvers Resolve test to-dos (#45) 2024-04-18 00:22:03 +02:00
ResourceSyncing Enable single_line_empty_body phpcsfixer rule 2024-04-02 04:31:03 +02:00
UniqueIdentifierGenerators fix combination calculation docblock for random str generator 2024-04-13 05:43:37 +02:00
helpers.php phpcsfixer: enable nullable_type_declaration_for_default_null_value 2024-04-09 20:55:49 +02:00
PathIdentificationManager.php Resolver refactor, path identification improvements (#41) 2024-03-28 03:18:11 +01:00
Tenancy.php phpcsfixer: enable nullable_type_declaration_for_default_null_value 2024-04-09 20:55:49 +02:00
TenancyServiceProvider.php add tenant:tinker command 2024-04-03 19:46:27 +02:00