Passed
Push — 5.0.0 ( 7f8e42...2b6cb3 )
by Fèvre
05:43
created
app/Http/Controllers/PageController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -93,8 +93,8 @@
 block discarded – undo
93 93
         Mail::to(config('xetaravel.site.contact_email'))->send(new Contact($details));
94 94
 
95 95
         return redirect()
96
-           ->route('page.contact')
97
-           ->success('Thanks for contacting me ! I will answer you as fast as I can !');
96
+            ->route('page.contact')
97
+            ->success('Thanks for contacting me ! I will answer you as fast as I can !');
98 98
     }
99 99
 
100 100
     /**
Please login to merge, or discard this patch.