Completed
Push — master ( f81fd9...e392a3 )
by Fèvre
21s queued 15s
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.