From b7288e994179ce3cb682065a2fa8f5d650d7dfb2 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Mon, 13 Jun 2022 07:50:20 +0200 Subject: [PATCH] Use spaces instead of tabs --- source/docs/v3/testing.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/v3/testing.blade.md b/source/docs/v3/testing.blade.md index 1b4dc2a..16b40b6 100644 --- a/source/docs/v3/testing.blade.md +++ b/source/docs/v3/testing.blade.md @@ -56,7 +56,7 @@ class TestCase // extends ... { $tenant = Tenant::create(); - tenancy()->initialize($tenant); + tenancy()->initialize($tenant); } // ...