@@ -32,6 +32,6 @@ |
||
| 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 | } |