mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-24 12:09:02 -05:00
(Add) Audit System 🆕
- filtering to follow
This commit is contained in:
@@ -62,9 +62,6 @@ class NoteController extends Controller
|
||||
} else {
|
||||
$note->save();
|
||||
|
||||
// Activity Log
|
||||
\LogActivity::addToLog("Staff Member {$staff->username} has added a note on {$user->username} account.");
|
||||
|
||||
return redirect()->route('users.show', ['username' => $user->username])
|
||||
->withSuccess('Note Has Successfully Posted');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user