Completed
Push — master ( 6b6eaf...aae0c4 )
by Fèvre
21s queued 14s
created
app/Http/Controllers/PageController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
 
79 79
         Mail::to(config('xetaravel.site.contact_email'))->send(new Contact($details));
80 80
 
81
-         return redirect()
81
+            return redirect()
82 82
             ->route('page.contact')
83 83
             ->with('success', 'Thanks for contacting me ! I will answer you as fast as I can !');
84 84
     }
Please login to merge, or discard this patch.