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