소스 검색

Update ProfileController.php

AnonDev 3 년 전
부모
커밋
5b8ca6e9c5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Http/Controllers/ProfileController.php

+ 1 - 1
app/Http/Controllers/ProfileController.php

@@ -86,6 +86,6 @@ class ProfileController extends Controller
             'email' => $request->input('email'),
         ]);
 
-        return redirect()->route('profile.index')->with('success' , 'profile updated');
+        return redirect()->route('profile.index')->with('success' , 'Profile updated');
     }
 }