Skip to content

Commit

Permalink
Fixes #827
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl authored Mar 17, 2022
1 parent fa2a61f commit 49ebb75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Bootstrappers/QueueTenancyBootstrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
* 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.
Expand Down

0 comments on commit 49ebb75

Please sign in to comment.