From 80aef9ebb74eb07b1c52b4211096c90430621174 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Mon, 8 Jun 2020 21:40:40 +0200 Subject: [PATCH] Fix indentation --- source/index.blade.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/index.blade.php b/source/index.blade.php index 3f3ab08..cc8b900 100644 --- a/source/index.blade.php +++ b/source/index.blade.php @@ -58,8 +58,7 @@ $tenant->createDomain([ Order::where('status', 'shipped')->get(); Cache::get('order_count'); asset('logo.png'); -dispatch(new SendOrderCreatedMail); - +dispatch(new SendOrderCreatedMail);