From e5a93fe2d1cea279ee744937d8dd17d6701aab17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Tue, 25 Oct 2022 18:07:22 +0200 Subject: [PATCH] Update source/docs/v3/quickstart.blade.md --- source/docs/v3/quickstart.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/v3/quickstart.blade.md b/source/docs/v3/quickstart.blade.md index 615bd77..a39335a 100644 --- a/source/docs/v3/quickstart.blade.md +++ b/source/docs/v3/quickstart.blade.md @@ -171,7 +171,7 @@ To have users in tenant databases, let's move the `users` table migration (the f ## Creating tenants {#creating-tenants} ->If you're using Laravel Sail, please refer the [Laravel Sail integration guide]({{ $page->link('integrations/sail') }}): +> If you're using Laravel Sail, please refer the [Laravel Sail integration guide]({{ $page->link('integrations/sail') }}): For testing purposes, we'll create a tenant in `tinker` — no need to waste time creating controllers and views for now.