Update ProfileController.php

This commit is contained in:
AnonDev 2021-11-07 18:00:29 +01:00 committed by GitHub
parent 23424d4ed4
commit 5b8ca6e9c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');
}
}