mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 14:14:04 +00:00
Fixes #827
This commit is contained in:
parent
fa2a61fcd7
commit
49ebb75f00
1 changed files with 3 additions and 1 deletions
|
|
@ -30,8 +30,10 @@ class QueueTenancyBootstrapper implements TenancyBootstrapper
|
||||||
*
|
*
|
||||||
* This is useful when you're changing the tenant's state (e.g. properties in the `data` column) and want the next job to initialize tenancy again
|
* This is useful when you're changing the tenant's state (e.g. properties in the `data` column) and want the next job to initialize tenancy again
|
||||||
* with the new data. Features like the Tenant Config are only executed when tenancy is initialized, so the re-initialization is needed in some cases.
|
* with the new data. Features like the Tenant Config are only executed when tenancy is initialized, so the re-initialization is needed in some cases.
|
||||||
|
*
|
||||||
|
* @var bool
|
||||||
*/
|
*/
|
||||||
public static bool $forceRefresh = false;
|
public static $forceRefresh = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The normal constructor is only executed after tenancy is bootstrapped.
|
* The normal constructor is only executed after tenancy is bootstrapped.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue