Passed
Push — master ( 567908...d5a2f9 )
by Fèvre
06:56
created
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.
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.