Fix indentation

This commit is contained in:
Samuel Štancl 2020-06-08 21:40:40 +02:00
parent 8ad4675be6
commit 80aef9ebb7

View file

@ -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>