1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 19:34:04 +00:00
tenancy/src
Sean Taylor 5bb743f73d
Reinitialize tenancy for queued jobs if tenant id has changed (#276)
* Reinitialize tenancy for queued jobs if tenant id has changed

* Refactor condition logic for better readability
2020-02-22 13:58:30 +01:00
..
Commands Set $persisted in TenantManager::createTenant() (#272) 2020-01-19 12:08:16 +01:00
Contracts Fix PDO serialization exception (#289) 2020-02-10 16:04:40 +01:00
Controllers [1.8.0] Use strict types (#115) 2019-08-23 18:18:26 +02:00
Exceptions [2.2.0] [WIP] Add functionality (#206) 2019-10-27 21:10:41 +01:00
Facades Add default value 2019-09-21 20:44:58 +02:00
Features Update config key 2019-11-06 18:02:12 +01:00
Jobs Added support for migration parameters (#243) 2019-12-10 16:56:51 +01:00
Middleware Fix issue related to closure middleware 2019-12-26 20:28:29 +01:00
StorageDrivers Don't hardcode data 2019-10-29 19:53:15 +01:00
TenancyBootstrappers [2.2.0] Optional storage path suffixing (#197) 2019-10-27 21:49:28 +01:00
TenantDatabaseManagers Fix PDO serialization exception (#289) 2020-02-10 16:04:40 +01:00
Traits Migration paths (#268) 2020-02-16 12:10:50 +01:00
UniqueIDGenerators Replace webpatser/laravel-uuid with ramsey/uuid (#150) 2019-09-30 18:13:52 +02:00
CacheManager.php Add docblocks 2019-09-20 20:14:58 +02:00
DatabaseManager.php Fix PDO serialization exception (#289) 2020-02-10 16:04:40 +01:00
helpers.php Remove typehints passed to route() 2019-12-06 22:34:02 +01:00
routes.php Make route parameter optional, fix #240 2019-12-03 22:49:20 +01:00
TenancyServiceProvider.php Reinitialize tenancy for queued jobs if tenant id has changed (#276) 2020-02-22 13:58:30 +01:00
Tenant.php Set $persisted in TenantManager::createTenant() (#272) 2020-01-19 12:08:16 +01:00
TenantManager.php Set $persisted in TenantManager::createTenant() (#272) 2020-01-19 12:08:16 +01:00
TenantRouteServiceProvider.php Register tenant routes after other SPs are executed (#216) 2019-11-05 23:33:57 +01:00