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,7 +55,8 @@ class TestCase // extends ...
|
|||
public function initializeTenancy()
|
||||
{
|
||||
$tenant = Tenant::create();
|
||||
tenancy()->initialize($tenant);
|
||||
|
||||
tenancy()->initialize($tenant);
|
||||
}
|
||||
|
||||
// ...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue