code sample indentation

This commit is contained in:
Samuel Štancl 2020-07-11 13:09:21 +02:00
parent 2115ea8905
commit 230fd6c971

View file

@ -51,7 +51,7 @@ width="640" height="784" fill="none" viewBox="0 0 640 784">
<span class="text-blue-100">// Create a tenant</span>
$tenant = Tenant::create();
$tenant-&gt;createDomain([
'domain' => 'acme.com',
'domain' => 'acme.com',
]);
<span class="text-blue-100">// Write your app like you're used to</span>