mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 05:44:04 +00:00
Reset static $stores property
This commit is contained in:
parent
6a8358fd80
commit
a760c52ef2
3 changed files with 16 additions and 11 deletions
|
|
@ -39,8 +39,8 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
|
|||
|
||||
ini_set('memory_limit', '1G');
|
||||
|
||||
TenancyServiceProvider::$configure = null;
|
||||
TenancyServiceProvider::$registerForgetTenantParameterListener = true;
|
||||
TenancyServiceProvider::$migrateFreshOverride = true;
|
||||
TenancyServiceProvider::$adjustCacheManagerUsing = null;
|
||||
|
||||
Redis::connection('default')->flushdb();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue