Passed
Push — 5.0.0 ( f87479...b41ea8 )
by Fèvre
07:54
created
app/Http/Controllers/PageController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -85,8 +85,8 @@
 block discarded – undo
85 85
         Mail::to(config('xetaravel.site.contact_email'))->send(new Contact($details));
86 86
 
87 87
         return redirect()
88
-           ->route('page.contact')
89
-           ->with('success', 'Thanks for contacting me ! I will answer you as fast as I can !');
88
+            ->route('page.contact')
89
+            ->with('success', 'Thanks for contacting me ! I will answer you as fast as I can !');
90 90
     }
91 91
 
92 92
     /**
Please login to merge, or discard this patch.
app/Observers/DiscussPostObserver.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,8 +12,8 @@
 block discarded – undo
12 12
 class DiscussPostObserver
13 13
 {
14 14
     /**
15
- * Handle the "creating" event.
16
- */
15
+     * Handle the "creating" event.
16
+     */
17 17
     public function creating(DiscussPost $discussPost): void
18 18
     {
19 19
         $discussPost->user_id = Auth::id();
Please login to merge, or discard this patch.