mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-24 03:59:08 -05:00
(Update) User Profiles
- fix name profil to profile in controllers, images, blades - refactor user profile blade and UserController profile function
This commit is contained in:
@@ -45,7 +45,7 @@ class NoteController extends Controller
|
||||
// Activity Log
|
||||
\LogActivity::addToLog("Staff Member {$staff->username} has added a note on {$user->username} account.");
|
||||
|
||||
return redirect()->route('profil', ['username' => $user->username, 'id' => $user->id])->with(Toastr::success('Your Staff Note Has Successfully Posted', 'Yay!', ['options']));
|
||||
return redirect()->route('profile', ['username' => $user->username, 'id' => $user->id])->with(Toastr::success('Your Staff Note Has Successfully Posted', 'Yay!', ['options']));
|
||||
}
|
||||
|
||||
public function getNotes()
|
||||
|
||||
Reference in New Issue
Block a user