mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 21:34:03 +00:00
Rename config from include_in_scope to include_in_queries
This commit is contained in:
parent
e11807490e
commit
c8eadeb363
3 changed files with 4 additions and 4 deletions
|
|
@ -139,11 +139,11 @@ class ReadiedTenantsTest extends TestCase
|
|||
{
|
||||
Tenant::createReadied();
|
||||
|
||||
config(['tenancy.readied.include_in_scope' => false]);
|
||||
config(['tenancy.readied.include_in_queries' => false]);
|
||||
|
||||
$this->assertCount(0, Tenant::all());
|
||||
|
||||
config(['tenancy.readied.include_in_scope' => true]);
|
||||
config(['tenancy.readied.include_in_queries' => true]);
|
||||
|
||||
$this->assertCount(1, Tenant::all());
|
||||
Tenant::all();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue