Passed
Push — develop ( f8f4ab...7498d6 )
by Nikita
08:37
created
app/Http/Controllers/ProfileController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,6 +32,6 @@
 block discarded – undo
32 32
         Auth::user()->update($request->only('password'));
33 33
         
34 34
         return redirect()->route('profile')
35
-            ->with('success','Password changed successfully');
35
+            ->with('success', 'Password changed successfully');
36 36
     }
37 37
 }
Please login to merge, or discard this patch.