mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 00:14:04 +00:00
wip
This commit is contained in:
parent
50a77ee826
commit
a9c37d1535
8 changed files with 24 additions and 25 deletions
|
|
@ -22,7 +22,7 @@ class ReidentificationTest extends TestCase
|
|||
$originals[$disk] = config("filesystems.disks.{$disk}.root");
|
||||
}
|
||||
|
||||
tenancy()->init('localhost');
|
||||
tenancy()->init('test.localhost');
|
||||
Tenant::new()->withDomains(['second.localhost'])->save();
|
||||
tenancy()->init('second.localhost');
|
||||
|
||||
|
|
@ -49,7 +49,7 @@ class ReidentificationTest extends TestCase
|
|||
{
|
||||
$original = storage_path();
|
||||
|
||||
tenancy()->init('localhost');
|
||||
tenancy()->init('test.localhost');
|
||||
Tenant::new()->withDomains(['second.localhost'])->save();
|
||||
tenancy()->init('second.localhost');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue