mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
Testing section code example formatting (#170)
* Testing section code example formatting * Use spaces instead of tabs
This commit is contained in:
parent
40fc07b3cb
commit
aa80d10371
1 changed files with 2 additions and 1 deletions
|
|
@ -55,7 +55,8 @@ 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