Testing section code example formatting (#170)

* Testing section code example formatting

* Use spaces instead of tabs
This commit is contained in:
lukinovec 2022-06-13 12:44:51 +02:00 committed by GitHub
parent 40fc07b3cb
commit aa80d10371
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
} }
// ... // ...