mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
Testing section code example formatting
This commit is contained in:
parent
18e69ec998
commit
d88715ed61
1 changed files with 2 additions and 1 deletions
|
|
@ -55,6 +55,7 @@ class TestCase // extends ...
|
||||||
public function initializeTenancy()
|
public function initializeTenancy()
|
||||||
{
|
{
|
||||||
$tenant = Tenant::create();
|
$tenant = Tenant::create();
|
||||||
|
|
||||||
tenancy()->initialize($tenant);
|
tenancy()->initialize($tenant);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue