mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
code sample indentation
This commit is contained in:
parent
2115ea8905
commit
230fd6c971
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ width="640" height="784" fill="none" viewBox="0 0 640 784">
|
||||||
<span class="text-blue-100">// Create a tenant</span>
|
<span class="text-blue-100">// Create a tenant</span>
|
||||||
$tenant = Tenant::create();
|
$tenant = Tenant::create();
|
||||||
$tenant->createDomain([
|
$tenant->createDomain([
|
||||||
'domain' => 'acme.com',
|
'domain' => 'acme.com',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
<span class="text-blue-100">// Write your app like you're used to</span>
|
<span class="text-blue-100">// Write your app like you're used to</span>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue