mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
Fix indentation
This commit is contained in:
parent
8ad4675be6
commit
80aef9ebb7
1 changed files with 1 additions and 2 deletions
|
|
@ -58,8 +58,7 @@ $tenant->createDomain([
|
||||||
Order::where('status', 'shipped')->get();
|
Order::where('status', 'shipped')->get();
|
||||||
Cache::get('order_count');
|
Cache::get('order_count');
|
||||||
asset('logo.png');
|
asset('logo.png');
|
||||||
dispatch(new SendOrderCreatedMail);
|
dispatch(new SendOrderCreatedMail);</pre>
|
||||||
</pre>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue