From 230fd6c97114e9fc7d0d1870abd25192961abb13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sat, 11 Jul 2020 13:09:21 +0200 Subject: [PATCH] code sample indentation --- source/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.blade.php b/source/index.blade.php index 1a55fea..7316183 100644 --- a/source/index.blade.php +++ b/source/index.blade.php @@ -51,7 +51,7 @@ width="640" height="784" fill="none" viewBox="0 0 640 784"> // Create a tenant $tenant = Tenant::create(); $tenant->createDomain([ -'domain' => 'acme.com', + 'domain' => 'acme.com', ]); // Write your app like you're used to